From 51b1970d49b2d542b1f97c43ac4508f10be4747c Mon Sep 17 00:00:00 2001 From: magnus2142 <magnus.bredeli@hotmail.com> Date: Mon, 18 Apr 2022 18:27:46 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f046d85..f0f56e1 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/* -- GitLab