Skip to content

Commit

Permalink
Allow existing packages in PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
9dogs committed Jan 15, 2024
1 parent 0dcc7fc commit 08120f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: pip install poetry

- name: Publish to PyPI
run: poetry publish --build
run: poetry publish --build --skip-existing
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}

Expand Down

0 comments on commit 08120f3

Please sign in to comment.