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 a98ab6d commit 55463deCopy full SHA for 55463de
.github/workflows/nightly.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: pypa/[email protected]
28
with:
29
user: __token__
30
- password: ${{ secrets.nightly_pypi_secret }}
+ password: ${{ secrets.PYPI_TOKEN_PYMC_NIGHTLY }}
31
test-install-job:
32
needs: build-and-publish-nightly
33
runs-on: ubuntu-latest
0 commit comments