refactor smal => mxsmal

This commit is contained in:
saces 2026-04-04 15:07:31 +02:00
parent 3f6be78685
commit 7e984ef129
37 changed files with 142 additions and 72 deletions

View file

@ -156,7 +156,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: ${{ needs.timestamp.outputs.sepoch }}
run: |
cd smal/
cd mxsmal/
pip install build
python -m build --sdist
pip install ./dist/*.tar.gz
@ -165,7 +165,7 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: smal-${{ github.sha }}-sdist.zip
path: ./smal/dist/*.tar.gz
path: ./mxsmal/dist/*.tar.gz
smal-wheel:
@ -183,7 +183,7 @@ jobs:
env:
SOURCE_DATE_EPOCH: ${{ needs.timestamp.outputs.sepoch }}
run: |
cd smal/
cd mxsmal/
pip install build
python -m build --wheel
pip install ./dist/*.whl
@ -192,7 +192,7 @@ jobs:
uses: actions/upload-artifact@v7
with:
name: smal-${{ github.sha }}-wheel.zip
path: ./smal/dist/*.whl
path: ./mxsmal/dist/*.whl
smal-pypi: