Skip to content

Commit

Permalink
Merge pull request #351 from benbariteau/fix_pypi_publish
Browse files Browse the repository at this point in the history
fix name of pypi publish action
  • Loading branch information
benbariteau committed Oct 3, 2023
2 parents 1d412ee + f1ad6e7 commit 10c33d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
with:
python-version: '3.11'
- run: python setup.py sdist
- uses: pypi/gh-action-pypi-publish@v1.8.10
- uses: pypa/gh-action-pypi-publish@v1.8.10

0 comments on commit 10c33d2

Please sign in to comment.