We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c608c17 commit f632617Copy full SHA for f632617
2 files changed
.github/workflows/release.yml
@@ -13,8 +13,7 @@ jobs:
13
matrix:
14
os:
15
- ubuntu-24.04
16
- - ubuntu-24.04-arm
17
- - macos-15
+# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
18
- macos-15-intel
19
python-version:
20
- '3.11'
@@ -73,6 +72,8 @@ jobs:
73
72
74
- name: Publish distribution to PyPI
75
uses: pypa/gh-action-pypi-publish@release/v1
+ with:
76
+ verbose: true
77
78
github-release:
79
needs:
.github/workflows/testpypi.yml
@@ -75,3 +74,4 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
0 commit comments