Skip to content

Commit

Permalink
Merge pull request #5 from AdamFinkle/change_last_publishing_step
Browse files Browse the repository at this point in the history
Changed last step of publishing.
  • Loading branch information
AdamFinkle authored Jun 26, 2024
2 parents 79bae9e + d08e628 commit fef04ea
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 fef04ea

Please sign in to comment.