Skip to content

Commit

Permalink
Merge pull request #50 from cgahr/dependabot/github_actions/actions-5…
Browse files Browse the repository at this point in the history
…da8da3d55

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 in the actions group
  • Loading branch information
cgahr authored Nov 12, 2024
2 parents 1b771b8 + f75eccb commit 7640899
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 @@ -20,6 +20,6 @@ jobs:
- name: Build package
run: python -m build --sdist
- name: Publish package to PyPi
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 7640899

Please sign in to comment.