diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b6b3da8..fc6c0a1 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -236,7 +236,7 @@ jobs: path: ${{ env.PACKAGE_NAME }}-artifacts - name: "Upload artifacts to PyPI using trusted publisher" - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 + uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0 with: repository-url: "https://upload.pypi.org/legacy/" print-hash: true diff --git a/doc/changelog.d/281.miscellaneous.md b/doc/changelog.d/281.miscellaneous.md new file mode 100644 index 0000000..3607dc1 --- /dev/null +++ b/doc/changelog.d/281.miscellaneous.md @@ -0,0 +1 @@ +CHORE: Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0