Skip to content

Commit ab7563a

Browse files
Update package_publish.yml
1 parent e50b927 commit ab7563a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/package_publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
poetry config virtualenvs.path ~/.virtualenvs
3030
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
3131
- name: Build & publish package
32+
run: |
3233
poetry publish --build

0 commit comments

Comments
 (0)