Skip to content

Commit f8d628a

Browse files
committed
pass pypi-token for publishing
1 parent 30dbc2a commit f8d628a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ jobs:
1717
uses: biocommons/.github/.github/workflows/python-ci-cd.yml@main
1818
with:
1919
publish: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
20-
secrets: inherit
20+
secrets:
21+
pypi-token: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)