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 8ef705f + 9819d0a commit f16960aCopy full SHA for f16960a
2 files changed
.github/workflows/create-release-and-publish.yml
@@ -49,6 +49,6 @@ jobs:
49
--outdir dist/
50
.
51
- name: Publish distribution to PyPI
52
- uses: pypa/gh-action-pypi-publish@main
+ uses: pypa/gh-action-pypi-publish@master
53
with:
54
password: ${{ secrets.PYPI_API_TOKEN }}
.github/workflows/create-release.yml
0 commit comments