Skip to content

Commit

Permalink
pin gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 26, 2022
1 parent d83d4ce commit 5a81e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python3 -m build --outdir ../dist
- name: Publish distribution 📦s to Test PyPI
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1.5
with:
skip_existing: true
password: ${{ secrets.test_pypi_password }}
Expand Down

0 comments on commit 5a81e6b

Please sign in to comment.