Skip to content

Conversation

@salmanmkc
Copy link
Contributor

Summary

Fix incorrect version reference for pypa/gh-action-pypi-publish.

Problem

A previous PR incorrectly changed the action reference from release/v1 (valid branch) to v1 (non-existent tag). The v1 tag doesn't exist in the pypa/gh-action-pypi-publish repository.

Solution

Updated to use SHA pinning for release/v1.13:

uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e  # release/v1.13

This follows GitHub's security best practices for third-party actions by pinning to an immutable SHA.

Files Changed

  • .github/workflows/publish.yml

The previous change incorrectly used @v1 which doesn't exist.
Pin to release/v1.13 SHA for security best practices.

Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
@seratch seratch merged commit 3523667 into openai:main Dec 17, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants