From f3a29824a72f6238bb2a85d97f13e222a6556740 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 13 Oct 2022 11:59:02 -0400 Subject: [PATCH] fix comment Change-Id: I9aaaf1df05a4f54fa0907155160022815280d12e --- .github/workflows/create-wheels.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index f7575e3636..96214d6899 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -5,7 +5,7 @@ on: release: types: [created] -env: +# env: # comment TWINE_REPOSITORY_URL to use the real pypi. NOTE: change also the secret used in TWINE_PASSWORD # TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/ -- 2.47.2