Skip to content

Commit fdde3b3

Browse files
committed
Fix PyPI upload to use correct secret names
1 parent 268050c commit fdde3b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
- name: Upload to PyPI
5151
uses: pypa/gh-action-pypi-publish@release/v1
5252
with:
53-
user: __token__
54-
password: ${{ secrets.PYPI_API_TOKEN }}
53+
user: ${{ secrets.PYPI_USERNAME }}
54+
password: ${{ secrets.PYPI_PASSWORD }}
5555

5656
- name: Create GitHub Release
5757
if: github.event_name == 'release'

0 commit comments

Comments
 (0)