We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b25124d + 954e5e8 commit 4891a3eCopy full SHA for 4891a3e
.github/workflows/publish-package.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@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
41
with:
42
repository-url: https://test.pypi.org/legacy/
43
- name: Publish package to PyPI
44
0 commit comments