Skip to content

Commit ba7db52

Browse files
committed
OPS: Upgrade PyPI action to fix attestation issues
skipci
1 parent 1522e5d commit ba7db52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: poetry build
8888

8989
- name: Test package is publishable with PyPI test server
90-
uses: pypa/gh-action-pypi-publish@v1.8.10
90+
uses: pypa/gh-action-pypi-publish@v1.12.4
9191
with:
9292
repository-url: https://test.pypi.org/legacy/
9393
skip-existing: true

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ jobs:
128128
run: poetry build
129129

130130
- name: Publish package distributions to PyPI
131-
uses: pypa/gh-action-pypi-publish@v1.8.10
131+
uses: pypa/gh-action-pypi-publish@v1.12.4

0 commit comments

Comments
 (0)