Skip to content

Commit 671a79e

Browse files
committed
chore: verbose upload
1 parent 0291a9d commit 671a79e

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/upload-test.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
permissions:
8484
# IMPORTANT: this permission is mandatory for Trusted Publishing
8585
id-token: write
86-
needs: [linux, sdist]
86+
needs: [sdist]
8787
steps:
88-
- name: Download aarch64 wheels artifact
89-
uses: actions/download-artifact@v4
90-
with:
91-
name: wheels-aarch64
92-
path: dist
88+
#- name: Download aarch64 wheels artifact
89+
# uses: actions/download-artifact@v4
90+
# with:
91+
# name: wheels-aarch64
92+
# path: dist
9393

9494
- name: Download sdist artifact
9595
uses: actions/download-artifact@v4
@@ -110,4 +110,5 @@ jobs:
110110
- name: Publish package distributions to PyPI
111111
uses: pypa/gh-action-pypi-publish@release/v1
112112
with:
113-
repository-url: https://test.pypi.org/legacy/
113+
repository-url: https://test.pypi.org/legacy/
114+
verbose: true

0 commit comments

Comments
 (0)