Skip to content

Commit 506c876

Browse files
committed
use uppercase PYPI_PASSWORD
1 parent 2ae8bb6 commit 506c876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Publish
9999
env:
100100
TWINE_USERNAME: __token__
101-
TWINE_PASSWORD: ${{ secrets.pypi_password }}
101+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
102102
run: |
103103
ls -la ./dist/ # Debug: Check if wheels exist
104104
echo "Attempting upload..."

0 commit comments

Comments
 (0)