We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7081f6 commit 1789087Copy full SHA for 1789087
.github/workflows/publish.yml
@@ -35,13 +35,13 @@ 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
45
with:
46
repository-url: https://upload.pypi.org/legacy/
47
- attestations: false
+ verbose: true
0 commit comments