Skip to content

Commit f632617

Browse files
committed
Fix GitHub workflows
1 parent c608c17 commit f632617

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-24.04
16-
- ubuntu-24.04-arm
17-
- macos-15
16+
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
1817
- macos-15-intel
1918
python-version:
2019
- '3.11'
@@ -73,6 +72,8 @@ jobs:
7372

7473
- name: Publish distribution to PyPI
7574
uses: pypa/gh-action-pypi-publish@release/v1
75+
with:
76+
verbose: true
7677

7778
github-release:
7879
needs:

.github/workflows/testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
- ubuntu-24.04
16-
- ubuntu-24.04-arm
17-
- macos-15
16+
# - ubuntu-24.04-arm <-- Error: PyPI does not accept 'aarch64'.
1817
- macos-15-intel
1918
python-version:
2019
- '3.11'
@@ -75,3 +74,4 @@ jobs:
7574
uses: pypa/gh-action-pypi-publish@release/v1
7675
with:
7776
repository-url: https://test.pypi.org/legacy/
77+
verbose: true

0 commit comments

Comments
 (0)