Skip to content

Commit 9ea53be

Browse files
committed
use org secret
1 parent 4faf9ad commit 9ea53be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
- name: Publish to PyPI
2525
env:
2626
TWINE_USERNAME: __token__
27-
TWINE_PASSWORD: ${{ secrets.PYPI_NEW }}
27+
TWINE_PASSWORD: ${{ secrets.PYPI }}
2828
run: python -m twine upload --verbose dist/*

0 commit comments

Comments
 (0)