Skip to content

Commit f2501ba

Browse files
committed
Update PyPI publish action to v1.12.4
Bumps pypa/gh-action-pypi-publish from v1.9.0 to v1.12.4 and disables attestations and metadata verification for package publishing.
1 parent 7fed3cd commit f2501ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,12 @@ runs:
161161
target_commitish: ${{ inputs.ref }}
162162

163163
- name: "Publish package distributions to PyPI"
164-
uses: pypa/gh-action-pypi-publish@v1.9.0
164+
uses: pypa/gh-action-pypi-publish@v1.12.4
165165
env:
166166
name: "pypi"
167167
url: "https://pypi.org/p/${{ inputs.pypi-package }}"
168168
with:
169169
password: ${{ inputs.pypi-token }}
170170
user: ${{ inputs.pypi-username }}
171+
attestations: false
172+
verify-metadata: false

0 commit comments

Comments
 (0)