Skip to content

Commit 99171f8

Browse files
authored
Merge pull request #81 from slayoo/dev
fix pypi token usage
2 parents 3f17651 + 2cbbf46 commit 99171f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
- uses: pypa/gh-action-pypi-publish@master
9898
with:
9999
user: __token__
100-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
100+
password: pypi-${{ secrets.TEST_PYPI_API_TOKEN }}
101101
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)