We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe4bb7 commit 7b0dfb4Copy full SHA for 7b0dfb4
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
name: dist
98
path: dist
99
- name: Publish to index
100
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
101
continue-on-error: true
102
with:
103
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
@@ -114,6 +114,6 @@ jobs:
114
115
116
117
118
119
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments