Skip to content

Commit

Permalink
Merge pull request #64 from LuqueDaniel/fix-publish-workflow
Browse files Browse the repository at this point in the history
Fix pypi-publish action version
  • Loading branch information
LuqueDaniel authored Mar 30, 2023
2 parents aae779f + 027fcfc commit 975cc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 📦 Build package
run: python -m build --sdist --wheel --outdir dist/
- name: 🚀 Publish package on PyPi
uses: pypa/gh-action-pypi-publish@release/v1.8.3
uses: pypa/[email protected]
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: 📝 Create GitHub release
Expand Down

0 comments on commit 975cc1e

Please sign in to comment.