Skip to content

Commit f6c784b

Browse files
authored
chore(workflow): add poetry in publish workflow (#7)
We need poetry to publish, so install it.
1 parent 551ee5d commit f6c784b

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
@@ -22,6 +22,9 @@ jobs:
2222
with:
2323
python-version: '3.9'
2424

25+
- name: Install Poetry
26+
uses: snok/install-poetry@v1
27+
2528
- name: Configure Poetry
2629
run: |
2730
poetry config repositories.publish $REPOSITORY_URL

0 commit comments

Comments
 (0)