From e6987b52fabe0f5d549ee9d01e3f331a5ba60d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Tue, 1 Sep 2026 11:14:47 +0200 Subject: [PATCH] Enable test.pypi.org upload --- .github/workflows/wheels.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 2c4d82c..82a9549 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -289,13 +289,13 @@ jobs: - name: View artifacts run: ls dist - # - name: Publish - # uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 - # with: - # repository-url: https://test.pypi.org/legacy/ - # skip-existing: true - # print-hash: true - # attestations: true + - name: Publish + uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + with: + repository-url: https://test.pypi.org/legacy/ + skip-existing: true + print-hash: true + attestations: true nightly_upload: name: Nightly upload