Skip to content

Commit 8f40e71

Browse files
authored
Upgrade the publishing action to get correct licensing info on PyPI (#3585)
1 parent 3ff4e49 commit 8f40e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }}
8080
8181
- name: "Publish dists to PyPI"
82-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
82+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
8383
with:
8484
attestations: true
8585

@@ -100,7 +100,7 @@ jobs:
100100
path: "dist/"
101101

102102
- name: "Publish dists to Test PyPI"
103-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
103+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
104104
with:
105105
repository-url: https://test.pypi.org/legacy/
106106
attestations: true

0 commit comments

Comments
 (0)