Skip to content

Commit

Permalink
Fix typo in PyPA action for PyPI release (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jni authored Feb 14, 2024
1 parent 84e3248 commit b6513ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python -m build
- name: Publish to PyPI
uses: pypa/gh-actions-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1

- name: Publish to GitHub
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit b6513ad

Please sign in to comment.