Skip to content

Commit

Permalink
Add publish PyPI step
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Oct 28, 2023
1 parent 99b9655 commit fc38c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
- name: Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
poetry publish --build --skip-existing
release:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit fc38c5f

Please sign in to comment.