We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40642f2 commit 517596bCopy full SHA for 517596b
.github/workflows/ci_cd.yml
@@ -175,7 +175,7 @@ jobs:
175
path: ${{ env.PACKAGE_NAME }}-artifacts
176
177
- name: "Upload artifacts to PyPI using trusted publisher"
178
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
179
with:
180
repository-url: "https://upload.pypi.org/legacy/"
181
print-hash: true
doc/changelog.d/344.miscellaneous.md
@@ -0,0 +1 @@
1
+Build(deps): bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0
0 commit comments