Skip to content
Snippets Groups Projects
Commit 488ebd6f authored by Daniel Lyons's avatar Daniel Lyons
Browse files

Another try

parent 07304ea2
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1365Fixing build
......@@ -3,7 +3,7 @@
image: python:3.10
script:
- pip install build twine poetry pytest
- poetry build --with test ${PEX_PATH}
- cd ${PEX_PATH}; poetry build --with test ${PEX_PATH};cd -
- pip install ${PEX_PATH}
- NAME=$(awk -F' = ' '/^\[tool.poetry\]/ { project = 1; next } /^\[.*\]/ { project = 0 } project && $1 == "name" { gsub(/"/, "", $2); print $2 }' ${PEX_PATH}/pyproject.toml)
- VERSION=$(sed -n 's/^__version__ = "\(.*\)\"$/\1/p' ${PEX_PATH}/*/__init__.py)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment