diff --git a/.github/workflows/release-openai.yml b/.github/workflows/release-openai.yml index 64ecd3e..8542f0b 100644 --- a/.github/workflows/release-openai.yml +++ b/.github/workflows/release-openai.yml @@ -54,7 +54,7 @@ jobs: - name: Upload pypi.org if: startsWith(github.ref, 'refs/tags') - uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3 + uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 with: repository-url: https://upload.pypi.org/legacy/ packages-dir: ${{ env.DIST_DIR }}