File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments