Skip to content

Commit f8d8a5c

Browse files
committed
ci(release): update pypi publish action to v1.12
- Update pypa/gh-action-pypi-publish from v1.10 to v1.12 - Fixes metadata version compatibility issue preventing PyPI uploads - Resolves issue with metadata version 2.4 exceeding supported version
1 parent 7e9d4ec commit f8d8a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
name: python-package-distributions
5252
path: dist/
5353
- name: Publish distribution 📦 to PyPI
54-
uses: pypa/gh-action-pypi-publish@release/v1.10
54+
uses: pypa/gh-action-pypi-publish@release/v1.12
5555

5656
github-release:
5757
name: >-
@@ -117,7 +117,7 @@ jobs:
117117
name: python-package-distributions
118118
path: dist/
119119
- name: Publish distribution 📦 to TestPyPI
120-
uses: pypa/gh-action-pypi-publish@release/v1.10
120+
uses: pypa/gh-action-pypi-publish@release/v1.12
121121
with:
122122
repository-url: https://test.pypi.org/legacy/
123123
skip-existing: true

0 commit comments

Comments
 (0)