Skip to content

Commit

Permalink
Update pypi_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YHordijk authored Oct 12, 2023
1 parent 6499044 commit d336e32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
python -m pip install --upgrade build
python -m build
- name: Publish package distributions to PyPI
- name: Publish ${{ github.event.repository.name }} to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true

0 comments on commit d336e32

Please sign in to comment.