Skip to content

Commit 1237568

Browse files
authored
build: fix pypa/gh-action-pypi-publish SHA
The previous SHA had a typo and didn't exist. We will use the current stable SHA instead.
1 parent 4ac50a6 commit 1237568

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: |
2323
python -m build --sdist --wheel --outdir dist/ .
2424
- name: Publish distribution to PyPI
25-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf1
25+
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
2626
with:
2727
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)