Skip to content

Commit 6f1e9aa

Browse files
authored
Merge branch 'main' into dependabot/uv/python-minor-patch-2e193150d2
2 parents ed2bc8a + 5f200f0 commit 6f1e9aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Publish to Test PyPI
6969
if: steps.version_check.outputs.exists != 'true'
70-
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
70+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
7171
with:
7272
repository-url: https://test.pypi.org/legacy/
7373
verbose: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Publish to PyPI
5555
if: steps.version_check.outputs.pypi_exists != 'true'
56-
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
56+
uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
5757

5858
- name: Verify package is installable
5959
id: verify_package

0 commit comments

Comments
 (0)