Skip to content

Commit 1789087

Browse files
committed
Test PyPI attestations again
1 parent f7081f6 commit 1789087

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
- name: Build a binary wheel and a source tarball
3636
run: python -m build --sdist --wheel --outdir dist/ .
3737

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/
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/
4242

4343
- name: Publish distribution to PyPI
4444
uses: pypa/gh-action-pypi-publish@release/v1
4545
with:
4646
repository-url: https://upload.pypi.org/legacy/
47-
attestations: false
47+
verbose: true

0 commit comments

Comments
 (0)