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 0c2bb20 commit 4077e41Copy full SHA for 4077e41
.github/workflows/release-please.yml
@@ -124,7 +124,11 @@ jobs:
124
ssm_parameter_pairs: '/production/common/releasing/pypi/token = PYPI_AUTH_TOKEN'
125
126
- name: Publish to PyPI
127
- uses: pypa/gh-action-pypi-publish@release/v1
+ # Pin the action to a full 40-character commit SHA for security.
128
+ # Release v1 commit SHA as of 2024-06-14:
129
+ # https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.8.13
130
+ # Commit SHA: 19af04270e8d898ea07a523bb392fa7fe98df87c
131
+ uses: pypa/gh-action-pypi-publish@19af04270e8d898ea07a523bb392fa7fe98df87c
132
with:
133
password: ${{ env.PYPI_AUTH_TOKEN }}
134
packages-dir: packages/ai-providers/server-ai-langchain/dist/
0 commit comments