Skip to content

Commit 93388c0

Browse files
authored
Update ci_cd.yml
1 parent 3bde2dc commit 93388c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Publish to PyPI
117117
env:
118118
TWINE_USERNAME: __token__
119-
TWINE_PASSWORD: ${{ secrets.TWINE_TOKEN }}
119+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
120120
run: |
121121
python -m twine upload --skip-existing ./**/*.whl
122122
python -m twine upload --skip-existing ./**/*.tar.gz

0 commit comments

Comments
 (0)