From 91b05578bb81c392065647ae3d8cb4cfe8e043fb Mon Sep 17 00:00:00 2001 From: Ari Brown Date: Tue, 19 Sep 2023 17:03:22 -0400 Subject: [PATCH] trying more things for ci/cd --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 763256b..6ac64e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ image: python:latest run: script: + - pip install poetry - poetry build - poetry config repositories.gitlab ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/pypi - poetry config http-basic.gitlab gitlab-ci-token "$CI_JOB_TOKEN"