Skip to content

Commit 6128138

Browse files
authored
Merge pull request #837 from minrk/publish
update release action pin comments to tags
2 parents 569973d + f9851cf commit 6128138

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737
with:
3838
persist-credentials: false
39-
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v6
39+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4040
with:
4141
python-version: "3.13"
4242

@@ -74,4 +74,4 @@ jobs:
7474
path: dist/
7575

7676
- name: Publish to PyPI
77-
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # release/v1
77+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2

0 commit comments

Comments
 (0)