Skip to content

Commit cfe41e9

Browse files
authored
Update PyPI publish action version (#52)
* Update PyPI publish action version * Update PyPI publish action version
1 parent 52053ab commit cfe41e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Publish to Test PyPI
5959
if: steps.version_check.outputs.exists != 'true'
60-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
60+
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
6161
with:
6262
repository-url: https://test.pypi.org/legacy/
6363
verbose: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Publish to PyPI
5656
if: steps.version_check.outputs.pypi_exists != 'true'
57-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
57+
uses: pypa/gh-action-pypi-publish@ab69e431e9c9f48a3310be0a56527c679f56e04d
5858

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

0 commit comments

Comments
 (0)