Skip to content

Commit 942df36

Browse files
committed
ghactions
1 parent 0be1220 commit 942df36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121
run: poetry install
2222
- name: Publish
2323
run: poetry publish --build --username $PYPI_USERNAME --password $PYPI_PASSWORD
24+
env:
25+
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
26+
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)