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