Skip to content

Commit

Permalink
Pin the pypi action to a specific version.
Browse files Browse the repository at this point in the history
Using the master branch is deprecated and it now throws an error saying use a released version.

No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jan 18, 2024
1 parent b4cf9d9 commit 3a920ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
python -m build --sdist --wheel --outdir dist/ .
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_token }}

0 comments on commit 3a920ca

Please sign in to comment.