refactor: fix&patch see changelog for 0.11.0

This commit is contained in:
Mr Finchum 2025-02-05 14:04:37 +00:00
parent cb016ae98f
commit 0d416aaf8d
15 changed files with 3266 additions and 42 deletions

View file

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