Skip to content

Commit c1d1d4b

Browse files
committed
Still trying to fix pypi action
1 parent f2ffd32 commit c1d1d4b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/pypi.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ jobs:
4545
name: release-dists
4646
path: dist/
4747

48-
- name: Publish package
49-
uses: pypa/gh-action-pypi-publish@master
50-
5148
pypi-publish:
5249

5350
runs-on: ubuntu-latest
@@ -65,5 +62,4 @@ jobs:
6562
path: dist/
6663

6764
- name: Publish release distributions to PyPI
68-
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
69-
65+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)