We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b47b85 commit ca8d993Copy full SHA for ca8d993
1 file changed
.github/workflows/publish.yml
@@ -15,8 +15,8 @@ jobs:
15
id-token: write
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
- name: Build package
20
run: make distribute
21
- name: Publish package
22
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
0 commit comments