Skip to content

Commit 902ac60

Browse files
authored
Fix argument name
1 parent 7b2d07a commit 902ac60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# PyPI username
2626
user: ${{ secrets.PYPI_USER }}
2727
# PyPI password or API token
28-
password: ${{ secrets.TEST_PYPI_PASS }}
28+
password: ${{ secrets.PYPI_PASS }}
2929
# `setup.py` command to run ("true" is a shortcut for "clean sdist -d <dist_dir> bdist_wheel -d <dist_dir>")
3030
build: clean sdist -d dist/
3131
# `pip` command to run ("true" is a shortcut for "wheel -w <dist_dir> --no-deps .")

0 commit comments

Comments
 (0)