DOC: Changed instructions in the CI file as some sort of README
This commit is contained in:
@@ -6,9 +6,9 @@ stages:
|
|||||||
pack:
|
pack:
|
||||||
stage: publish
|
stage: publish
|
||||||
script:
|
script:
|
||||||
- pip install twine
|
- pip install twine setuptools
|
||||||
- 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 https://git.ruiz.wang/api/packages/Public/pypi dist/*
|
- python -m twine upload -u iruiz --repository-url https://git.ruiz.wang/api/packages/Public/pypi dist/*
|
||||||
|
|
||||||
only:
|
only:
|
||||||
- tags
|
- tags
|
||||||
|
|||||||
Reference in New Issue
Block a user