Skip to content

Commit 5ce0ace

Browse files
authored
DEVOPS-781 fix: update pypa/gh-action-pypi-publish action version in release workflow (#18)
[skip ci]
1 parent 0c27393 commit 5ce0ace

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build source tarball and binary wheel
7878
run: hatch build -c
7979
- name: Publish to PyPI (Trusted Publishing)
80-
uses: pypa/gh-action-pypi-publish@106e0b0b7c337fa67ed433972f777c6357f78598 # v1.13.0
80+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
8181
# No credentials needed - uses OIDC trusted publishing
8282
- name: Create GitHub release
8383
env:

0 commit comments

Comments
 (0)