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 3b0b8b5 commit a544430Copy full SHA for a544430
.github/workflows/release_pypi.yml
@@ -18,5 +18,5 @@ jobs:
18
- name: Run PyPI Release CI workflow
19
uses: adafruit/workflows-circuitpython-libs/release-pypi@main
20
with:
21
- pypi-username: __token__
+ pypi-username: ${{ secrets.pypi_username }}
22
pypi-password: ${{ secrets.pypi_password }}
0 commit comments