Skip to content

Commit 8c2fb43

Browse files
authored
chore: update pip workflow (#68)
* chore: update pip workflow * chore: update pip workflow
1 parent 0534f43 commit 8c2fb43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: poetry build
4242

4343
- name: Upload to PIP
44+
env:
45+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
4446
run: |
4547
poetry config pypi-token.pypi "${PYPI_TOKEN}"
4648
poetry publish

0 commit comments

Comments
 (0)