Skip to content

Commit 5846516

Browse files
changed password env var name
1 parent 261fc2f commit 5846516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
- name: Publish Package and create Tag and Releases
2121
uses: Commandcracker/pypi-publish@v1
2222
with:
23-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
23+
password: ${{ secrets.PYPI_API_TOKEN }}
2424
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)