fix: poetry build
This commit is contained in:
		| @@ -14,10 +14,10 @@ publish-pypi: | |||||||
|     - pip install chardet poetry |     - pip install chardet poetry | ||||||
|     - poetry config virtualenvs.in-project true |     - poetry config virtualenvs.in-project true | ||||||
|     - poetry install -E compiler |     - poetry install -E compiler | ||||||
|  |     - PV=$(poetry version -s) && poetry version ${PV}+jar3b${EXT_FIX} | ||||||
|     - poetry build |     - poetry build | ||||||
|     - poetry source add --priority=supplemental connectone ${PYPI_REPO_URL} |     - poetry source add --priority=supplemental connectone ${PYPI_REPO_URL} | ||||||
|     - poetry config http-basic.connectone ${PYPI_REPO_USER} ${PYPI_REPO_PASSWORD} |     - poetry config http-basic.connectone ${PYPI_REPO_USER} ${PYPI_REPO_PASSWORD} | ||||||
|     - PV=$(poetry version -s) && poetry version ${PV}+jar3b${EXT_FIX} |  | ||||||
|     - poetry publish -r connectone -u ${PYPI_REPO_USER} -p ${PYPI_REPO_PASSWORD} -n |     - poetry publish -r connectone -u ${PYPI_REPO_USER} -p ${PYPI_REPO_PASSWORD} -n | ||||||
|   only: |   only: | ||||||
|     - master |     - master | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user