Skip to content

Commit

Permalink
build: fix pypa/gh-action-pypi-publish SHA
Browse files Browse the repository at this point in the history
The previous SHA had a typo and didn't exist.

We will use the current stable SHA instead.
  • Loading branch information
dgw committed Jun 2, 2024
1 parent 4ac50a6 commit 1237568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: |
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf1
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 1237568

Please sign in to comment.