Adjusted to fit new folder structure
This commit is contained in:
parent
73273266cf
commit
60a459298a
1 changed files with 2 additions and 2 deletions
|
@ -29,10 +29,10 @@ build:
|
|||
- sed -i "s/0.0.1/${GitVersion_MajorMinorPatch}/" src/OptimaLab35/__init__.py
|
||||
- cat src/OptimaLab35/__init__.py
|
||||
- python3 -m pip install build
|
||||
- python3 -m build
|
||||
- python3 -m build --wheel --sdist -s src
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*
|
||||
- src/dist/*
|
||||
expire_in: 1 day
|
||||
|
||||
publish:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue