Skip to content

Commit 2cd4b24

Browse files
committed
build and publish a wheel
1 parent 0b637b7 commit 2cd4b24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
- name: build release distributions
2020
run: |
2121
pip install poetry
22-
poetry build -f sdist
22+
poetry build
2323
24-
- name: upload windows dists
24+
- name: upload release distributions
2525
uses: actions/upload-artifact@v4
2626
with:
2727
name: release-dists

0 commit comments

Comments
 (0)