Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 in the actions group
  • Loading branch information
cgahr authored Nov 5, 2024
2 parents 7d3f890 + 90d701b commit a0b9620
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.10.3
uses: pypa/gh-action-pypi-publish@v1.11.0
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit a0b9620

Please sign in to comment.