We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ddb4b commit f5cf012Copy full SHA for f5cf012
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
book:
44
runs-on: ubuntu-latest
45
env:
46
- PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+ PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
47
needs:
48
- build
49
steps:
0 commit comments