trying more things for ci/cd

This commit is contained in:
Ari Brown 2023-09-19 17:03:22 -04:00
parent f2354610c2
commit 91b05578bb

View file

@ -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"