Skip to content

Commit

Permalink
Changed last step of publishing.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamFinkle committed Jun 26, 2024
1 parent 79bae9e commit d08e628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
pip install build
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d08e628

Please sign in to comment.