Skip to content

Commit 76d76d2

Browse files
committed
reenable publish
1 parent c6ed399 commit 76d76d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-pypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
poetry version ${{ steps.get_version.outputs.VERSION }}
3333
poetry install
3434
35-
# - name: Publish to PyPI
36-
# run: |
37-
# poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build
35+
- name: Publish to PyPI
36+
run: |
37+
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build

0 commit comments

Comments
 (0)