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 3e1fe3c commit 0eef232Copy full SHA for 0eef232
.github/workflows/release-openai.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Upload pypi.org
56
if: startsWith(github.ref, 'refs/tags')
57
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
58
with:
59
repository-url: https://upload.pypi.org/legacy/
60
packages-dir: ${{ env.DIST_DIR }}
0 commit comments