Skip to content

Commit

Permalink
Merge pull request #46 from cgahr/dependabot/github_actions/actions-c…
Browse files Browse the repository at this point in the history
…778d578ac

Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 in the actions group across 1 directory
  • Loading branch information
cgahr authored Oct 8, 2024
2 parents 5906465 + d1fabe3 commit 7d3f890
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.1
uses: pypa/gh-action-pypi-publish@v1.10.3
with:
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 7d3f890

Please sign in to comment.