refactor smal => mxsmal
This commit is contained in:
parent
3f6be78685
commit
7e984ef129
37 changed files with 142 additions and 72 deletions
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue