Skip to content

Commit 8b5dd17

Browse files
authored
ci: fix new pypi build (#255)
fix new pypi build Signed-off-by: Michele Dolfi <[email protected]>
1 parent 6cc1a84 commit 8b5dd17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: ./.github/actions/setup-poetry
2525
- name: Build and publish
26-
run: poetry publish build
26+
run: poetry build
2727
- name: Publish distribution 📦 to PyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:

0 commit comments

Comments
 (0)