Skip to content

Commit

Permalink
Merge pull request #82 from LuqueDaniel/dependabot/github_actions/pyp…
Browse files Browse the repository at this point in the history
…a/gh-action-pypi-publish-1.8.11

Deps: Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11
  • Loading branch information
LuqueDaniel authored Dec 27, 2023
2 parents 4eb66a2 + 5f597da commit 41fc6d2
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@v1.8.10
uses: pypa/gh-action-pypi-publish@v1.8.11
with:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: 📝 Create GitHub release
Expand Down

0 comments on commit 41fc6d2

Please sign in to comment.