Skip to content

Commit a34a846

Browse files
committed
chore(ci): update PyPI publish action to latest stable v1 release
1 parent 7c6222f commit a34a846

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
run: ls -lh .
132132

133133
- name: Publish to PyPI (trusted publisher)
134-
uses: pypa/gh-action-pypi-publish@v1.8.8
134+
#uses: pypa/gh-action-pypi-publish@v1.8.8
135+
uses: pypa/gh-action-pypi-publish@release/v1
135136
with:
136137
packages-dir: ./

0 commit comments

Comments
 (0)