We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92c39da + 67ba3fc commit f093f44Copy full SHA for f093f44
.github/workflows/release.yml
@@ -16,6 +16,6 @@ jobs:
16
- name: build
17
run: python setup.py --release-version ${GITHUB_REF#refs/tags/v} sdist bdist_wheel
18
- name: release
19
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
20
with:
21
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments