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 9e3a808 + 4cf4034 commit 32c1ab1Copy full SHA for 32c1ab1
.github/workflows/python-publish.yml
@@ -37,8 +37,8 @@ jobs:
37
- name: Build package
38
run: python -m build --sdist --wheel --outdir dist/ .
39
- name: Publish package to TestPyPI
40
- uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
+ uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
41
with:
42
repository-url: https://test.pypi.org/legacy/
43
- name: Publish package to PyPI
44
0 commit comments