Skip to content

Commit 6cb514f

Browse files
haojianzongJake Hao
andauthored
Fix --api-key after upgrade to Xcode 26 (#70)
* update * remove test * cleanup * revert * fix command * cleanup * update test * update * update * update * fix lint * fix * bump --------- Co-authored-by: Jake Hao <[email protected]>
1 parent ee590a1 commit 6cb514f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asconnect/altool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def upload(
6969
ipa_path,
7070
"-t",
7171
platform.value,
72-
"-api-key",
72+
"--api-key",
7373
key_id,
7474
"--api-issuer",
7575
issuer_id,

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "asconnect"
3-
version = "7.0.0"
3+
version = "7.0.1"
44
description = "A wrapper around the Apple App Store Connect APIs"
55

66
license = "MIT"

0 commit comments

Comments
 (0)