Skip to content

Commit 7a13577

Browse files
committed
chore: don't build package when publishing it
1 parent 105ef8c commit 7a13577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
run: poetry build
3636
- name: Publish package
3737
working-directory: ${{ matrix.lib }}
38-
run: poetry publish --build
38+
run: poetry publish
3939
env:
4040
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)