Skip to content

Commit 2ae8bb6

Browse files
committed
see if it works for real pypi
1 parent 3303d9d commit 2ae8bb6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,7 @@ jobs:
9999
env:
100100
TWINE_USERNAME: __token__
101101
TWINE_PASSWORD: ${{ secrets.pypi_password }}
102-
run: twine upload --verbose --repository-url https://test.pypi.org/legacy/ dist/*
102+
run: |
103+
ls -la ./dist/ # Debug: Check if wheels exist
104+
echo "Attempting upload..."
105+
twine upload --verbose --non-interactive --skip-existing dist/*

0 commit comments

Comments
 (0)