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 6cc1a84 commit 8b5dd17Copy full SHA for 8b5dd17
.github/workflows/pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v4
24
- uses: ./.github/actions/setup-poetry
25
- name: Build and publish
26
- run: poetry publish build
+ run: poetry build
27
- name: Publish distribution 📦 to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
29
with:
0 commit comments