Skip to content

Commit

Permalink
Update python-publish-test.yml
Browse files Browse the repository at this point in the history
Corrected PYPI test publish action
  • Loading branch information
ovidiomanteiga authored Jun 8, 2024
1 parent abec73a commit eda45c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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 TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit eda45c1

Please sign in to comment.