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 30dbc2a commit f8d628aCopy full SHA for f8d628a
.github/workflows/python-ci-cd.yml
@@ -17,4 +17,5 @@ jobs:
17
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
18
with:
19
publish: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
20
- secrets: inherit
+ secrets:
21
+ pypi-token: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments