We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919a31d commit 47ac558Copy full SHA for 47ac558
.github/workflows/publish.yml
@@ -35,10 +35,10 @@ jobs:
35
- name: Build a binary wheel and a source tarball
36
run: python -m build --sdist --wheel --outdir dist/ .
37
38
- - name: Publish distribution to Test PyPI
39
- uses: pypa/gh-action-pypi-publish@release/v1
40
- with:
41
- repository-url: https://test.pypi.org/legacy/
+ # - name: Publish distribution to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@release/v1
+ # with:
+ # repository-url: https://test.pypi.org/legacy/
42
43
- name: Publish distribution to PyPI
44
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments