Skip to content

Commit 464aee6

Browse files
committed
Fix deploy step
Signed-off-by: Thomas <[email protected]>
1 parent b8beb0e commit 464aee6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,10 @@ deploy-python-package:
4949
stage: deploy
5050
before_script:
5151
- pip install uv
52+
variables:
53+
UV_PUBLISH_URL: ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi
54+
UV_PUBLISH_USERNAME: gitlab-ci-token
55+
UV_PUBLISH_PASSWORD: ${CI_JOB_TOKEN}
56+
5257
script:
5358
- tools/deploy-package.sh

0 commit comments

Comments
 (0)