We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b14b18 commit 4a41a26Copy full SHA for 4a41a26
.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
18
19
- name: build release distributions
20
run: |
21
+ pip install poetry
22
poetry build -f sdist
23
24
- name: upload windows dists
0 commit comments