Skip to content

Commit

Permalink
Merge pull request #30 from Infineon/dependabot/github_actions/pypa/g…
Browse files Browse the repository at this point in the history
…h-action-pypi-publish-1.12.2

Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.12.2
  • Loading branch information
johannesloibl authored Nov 12, 2024
2 parents af97759 + 7eb2557 commit 4fdce49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build package
run: hatch build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1.9.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
packages-dir: dist/
skip-existing: true
Expand Down

0 comments on commit 4fdce49

Please sign in to comment.