Skip to content

Commit 0627a89

Browse files
committed
Corrected token name.
1 parent abe46b3 commit 0627a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Publish distribution 📦 to PyPI
3737
uses: pypa/gh-action-pypi-publish@master
3838
with:
39-
password: ${{ secrets.pypi_pass }}
39+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)