From f278629217a959fc38a94bb9a7a0936100068e3b Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 19:42:32 +0300 Subject: [PATCH] fix: pypi_url parameter --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3944bfe..82fef17 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,6 @@ publish-pypi: image: python:3.8 script: - pip install -U setuptools wheel pip; pip install invoke - - invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi_url ${PYPI_REPO_URL} + - invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL} only: - tags