We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d2b4a commit c2b561cCopy full SHA for c2b561c
.github/workflows/release_pypi.yml
@@ -15,5 +15,5 @@ jobs:
15
- name: Run PyPI Release CI workflow
16
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
17
with:
18
- pypi-username: ${{ secrets.pypi_username }}
19
- pypi-password: ${{ secrets.pypi_password }}
+ pypi-username: __token__
+ pypi-password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments