Skip to content

Commit 85a7646

Browse files
committed
Pass secret to poetry for publishing
1 parent e5287a0 commit 85a7646

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Install poetry
2525
uses: snok/install-poetry@v1
2626
- name: Publish to Pypi
27+
env:
28+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
2729
run: |
2830
poetry --build publish
2931

0 commit comments

Comments
 (0)