Skip to content

Commit 779fb7c

Browse files
authored
FIX Pypi workflow
1 parent 2f598b7 commit 779fb7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: pypa/gh-action-pypi-publish@master
3636
with:
3737
user: __token__
38-
password: ${{ secrets.PYPI_PASSWORD }}
38+
password: ${{ secrets.TEST_PYPI_PASSWORD }}
3939
repository_url: https://test.pypi.org/legacy/
4040
- name: Publish package to PyPI
4141
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)