tweak secrets in release process

This commit is contained in:
Jeff Epler 2023-06-14 16:16:40 -05:00
parent 39bdd7394d
commit 31d1a59850
No known key found for this signature in database
GPG key ID: D5BF15AB975AB4DE

View file

@ -15,5 +15,5 @@ jobs:
- name: Run PyPI Release CI workflow
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
with:
pypi-username: ${{ secrets.pypi_username }}
pypi-password: ${{ secrets.pypi_password }}
pypi-username: __token__
pypi-password: ${{ secrets.pypi_token }}