mirror of
https://github.com/openai/codex.git
synced 2026-08-23 13:09:46 +00:00
Update PyPI publish action to v1.14.2 (#39152)
## What changed Update `pypa/gh-action-pypi-publish` from v1.13.0 to v1.14.2 for the Python runtime and SDK publishing jobs. GitOrigin-RevId: 239d2787aec47fd53111e05c29efdd680c0c7c67
This commit is contained in:
2
.github/workflows/python-runtime-release.yml
vendored
2
.github/workflows/python-runtime-release.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
path: dist/python-runtime
|
||||
|
||||
- name: Publish Python runtime wheels to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
||||
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
|
||||
with:
|
||||
packages-dir: dist/python-runtime
|
||||
skip-existing: true
|
||||
|
||||
4
.github/workflows/python-sdk-release.yml
vendored
4
.github/workflows/python-sdk-release.yml
vendored
@@ -93,7 +93,7 @@ jobs:
|
||||
path: dist/python-runtime
|
||||
|
||||
- name: Publish Python runtime wheels to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
||||
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
|
||||
with:
|
||||
packages-dir: dist/python-runtime
|
||||
skip-existing: true
|
||||
@@ -227,6 +227,6 @@ jobs:
|
||||
path: dist/python-sdk
|
||||
|
||||
- name: Publish Python SDK to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
|
||||
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
|
||||
with:
|
||||
packages-dir: dist/python-sdk
|
||||
|
||||
Reference in New Issue
Block a user