Skip to content
Snippets Groups Projects
Commit 51b1970d authored by magnus2142's avatar magnus2142
Browse files

test

parent 691e327c
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,6 @@ deploy-prod-pypi: ...@@ -45,6 +45,6 @@ deploy-prod-pypi:
- pip install -U twine - pip install -U twine
- python setup.py check sdist bdist # This will fail if your creds are bad. - python setup.py check sdist bdist # This will fail if your creds are bad.
- python setup.py bdist_wheel - python setup.py bdist_wheel
- TWINE_PASSWORD=$CI_JOB_TOKEN TWINE_USERNAME=__token__ twine upload dist/* - twine upload dist/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment