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