Skip to content

Commit 3c3c799

Browse files
committed
use poetry
1 parent 3a7fa63 commit 3c3c799

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Publish to PyPI
1111
on:
1212
workflow_dispatch:
1313
release:
14-
types: [published]
14+
types: [ published ]
1515

1616
permissions:
1717
contents: read
@@ -27,11 +27,11 @@ jobs:
2727
with:
2828
python-version: "3.x"
2929

30+
- name: Install Poetry
31+
uses: snok/install-poetry@v1
32+
3033
- name: Build release distributions
3134
run: |
32-
# NOTE: put your own distribution build steps here.
33-
python -m pip install build
34-
python -m build
3535
poetry build
3636
3737
- name: Upload distributions

0 commit comments

Comments
 (0)