Skip to content

Commit 2d3abf3

Browse files
committed
debug upload issue
1 parent 86e74d0 commit 2d3abf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ jobs:
151151
upload_all:
152152
needs: [build_wheels, build_sdist]
153153
runs-on: ubuntu-latest
154-
if: github.event_name == 'release'
155154
steps:
156155
- uses: actions/download-artifact@v5
157156
with:
@@ -162,3 +161,4 @@ jobs:
162161
- uses: pypa/gh-action-pypi-publish@release/v1
163162
with:
164163
password: ${{ secrets.pypi_password }}
164+
verbose: true

0 commit comments

Comments
 (0)