Skip to content

Commit f5cec15

Browse files
authored
ci: Build and publish a wheel (#31)
1 parent 0b637b7 commit f5cec15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)