Skip to content

Commit 82d35a4

Browse files
authored
Update python-publish.yml
1 parent 943e81c commit 82d35a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python-publish.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
steps:
2525
# retrieve your distributions here
2626

27-
- name: pypi-publish
28-
- uses: pypa/[email protected]
29-
27+
- name: Publish package distributions to PyPI
28+
uses: pypa/gh-action-pypi-publish@release/v1
29+
with:
30+
attestations: false

0 commit comments

Comments
 (0)