From 533789645a905a9e915ff7e93b9177238ce03162 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20R=2E?= Date: Wed, 16 Jul 2025 07:04:56 +0200 Subject: [PATCH] DOC: Changed instructions in the CI file as some sort of README --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc58064..8491990 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,9 @@ stages: pack: stage: publish script: - - pip install twine + - pip install twine setuptools - 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: - tags