diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f046d8524d9d55788c4c55b506bacc6ab247fb83..f0f56e10ae59fc7357f004e787f857eec3133d2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,6 @@ deploy-prod-pypi: - pip install -U twine - python setup.py check sdist bdist # This will fail if your creds are bad. - python setup.py bdist_wheel - - TWINE_PASSWORD=$CI_JOB_TOKEN TWINE_USERNAME=__token__ twine upload dist/* + - twine upload dist/*