We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f100d32 commit e5287a0Copy full SHA for e5287a0
.github/workflows/publish.yml
@@ -25,5 +25,5 @@ jobs:
25
uses: snok/install-poetry@v1
26
- name: Publish to Pypi
27
run: |
28
- poetry publish
+ poetry --build publish
29
0 commit comments