Skip to content

Commit b0857c8

Browse files
committed
Changed secret's name
1 parent dbecd38 commit b0857c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build and publish
1919
env:
2020
TWINE_USERNAME: __token__
21-
TWINE_PASSWORD: ${{ secrets.pypi_password }}
21+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2222
run: |
2323
python setup.py sdist bdist_wheel
2424
twine upload dist/*

0 commit comments

Comments
 (0)