Skip to content

Commit

Permalink
Use a recent version of pypi-publish
Browse files Browse the repository at this point in the history
This is required because of pypa/gh-action-pypi-publish#130
  • Loading branch information
Dexterp37 authored Oct 1, 2023
1 parent 691d6a8 commit 1c2a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@8ef2b3d46c9ecba901fb2ae21d98e322c4089c4e
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
# Uncomment the following two lines to upload to TestPyPI
# with:
# repository-url: https://test.pypi.org/legacy/

0 comments on commit 1c2a2d2

Please sign in to comment.