Skip to content

Commit 7b0dfb4

Browse files
committed
updates gh action for publishing on PyPI
1 parent dfe4bb7 commit 7b0dfb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
name: dist
9898
path: dist
9999
- name: Publish to index
100-
uses: pypa/gh-action-pypi-publish@master
100+
uses: pypa/gh-action-pypi-publish@release/v1
101101
continue-on-error: true
102102
with:
103103
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -114,6 +114,6 @@ jobs:
114114
name: dist
115115
path: dist
116116
- name: Publish to index
117-
uses: pypa/gh-action-pypi-publish@master
117+
uses: pypa/gh-action-pypi-publish@release/v1
118118
with:
119119
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)