Skip to content

Commit a544430

Browse files
authored
Update release_pypi.yml
1 parent 3b0b8b5 commit a544430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
- name: Run PyPI Release CI workflow
1919
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
2020
with:
21-
pypi-username: __token__
21+
pypi-username: ${{ secrets.pypi_username }}
2222
pypi-password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)