Skip to content

Commit b6551cb

Browse files
committed
Revert "Test PyPI attestations again"
This reverts commit 1789087.
1 parent 1789087 commit b6551cb

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-
verbose: true
47+
attestations: false

0 commit comments

Comments
 (0)