CHORE: Updated publish command
This commit is contained in:
@@ -8,7 +8,7 @@ pack:
|
|||||||
script:
|
script:
|
||||||
- pip install twine
|
- pip install twine
|
||||||
- python setup.py sdist bdist_wheel
|
- python setup.py sdist bdist_wheel
|
||||||
- python -m twine upload -u gitlab-ci-token -p $CI_JOB_TOKEN --repository-url $CI_API_V4_URL/projects/$CI_PROJECT_ID/packages/pypi dist/*
|
- python -m twine upload -u gitlab-ci-token -p $CI_JOB_TOKEN --repository-url https://git.ruiz.wang/api/packages/Public/pypi dist/*
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|||||||
Reference in New Issue
Block a user