Skip to content

Commit 7169b49

Browse files
committed
Update GitHub Actions to use specific commit version for PyPI publish action
1 parent 2b24b79 commit 7169b49

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-python-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
name: wheel-headless
8585
path: dist/
8686
- name: Publish to PyPI
87-
uses: pypa/gh-action-pypi-publish@release/v1
87+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
8888

8989
publish-minimal:
9090
name: Publish arcadedb-embedded-minimal to PyPI
@@ -101,7 +101,7 @@ jobs:
101101
name: wheel-minimal
102102
path: dist/
103103
- name: Publish to PyPI
104-
uses: pypa/gh-action-pypi-publish@release/v1
104+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1
105105

106106
publish-full:
107107
name: Publish arcadedb-embedded to PyPI
@@ -118,4 +118,4 @@ jobs:
118118
name: wheel-full
119119
path: dist/
120120
- name: Publish to PyPI
121-
uses: pypa/gh-action-pypi-publish@release/v1
121+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # release/v1

0 commit comments

Comments
 (0)