We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9908cc3 commit b7e04c2Copy full SHA for b7e04c2
.github/workflows/upload-to-pypi.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build
36
run: |
37
- poetry run python3 -m build
+ poetry build
38
39
- name: Publish distribution to PyPI
40
if: startsWith(github.ref, 'refs/tags')
0 commit comments