CHORE: Updated publish command

This commit is contained in:
2024-05-21 05:22:22 +02:00
parent 2f7a6308e6
commit 41b354d06c

View File

@@ -8,7 +8,7 @@ pack:
script:
- pip install twine
- 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:
- tags