Skip to content

Commit

Permalink
Updated publish to pypi gha.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr committed Oct 5, 2024
1 parent 501ba88 commit 200fe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python setup.py bdist_wheel
- name: Publish distribution 📦 to Test PyPI
if: startsWith(github.ref, 'refs/tags') && contains(github.ref, 'test')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 200fe54

Please sign in to comment.