Skip to content

Commit bafa346

Browse files
committed
not just dry run, pubish to PyPI
1 parent 043ec9a commit bafa346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
poetry config pypi-token.pypi "${{ secrets.PYPI_TOKEN }}"
6565
poetry publish --dry-run
66-
# poetry publish --skip-existing
66+
poetry publish --skip-existing
6767
6868
- name: Setup tmate
6969
if: failure()

0 commit comments

Comments
 (0)