Skip to content

Commit 58c98cb

Browse files
Missing poetry install (#19)
1 parent 7197686 commit 58c98cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Build and publish
4545
run: |
46+
poetry install
4647
poetry build
4748
TWINE_USERNAME=__token__ \
4849
TWINE_PASSWORD="${{ secrets.PYPI_TOKEN }}" \

0 commit comments

Comments
 (0)