From b736fdc740de71ca1099ede88e070af20037062d Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Tue, 27 Jul 2021 22:14:51 -0700 Subject: [PATCH] [CI] More fixups (#145) --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 5fdca2541..7175428c5 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -37,4 +37,4 @@ jobs: - name: Upload wheels to PyPI run: | - python3 -m twine upload wheelhouse/* --skip-existing -u $(PYPI_USERNAME) -p $(PYPI_PASSWORD) \ No newline at end of file + python3 -m twine upload wheelhouse/* --skip-existing \ No newline at end of file