Skip to content

Commit c2b561c

Browse files
authored
Update release_pypi.yml
1 parent 37d2b4a commit c2b561c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- name: Run PyPI Release CI workflow
1616
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
1717
with:
18-
pypi-username: ${{ secrets.pypi_username }}
19-
pypi-password: ${{ secrets.pypi_password }}
18+
pypi-username: __token__
19+
pypi-password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)