Fix sdist build for publishing

This commit is contained in:
ZipFile 2024-12-07 17:32:49 +00:00
parent 704e36a642
commit 34fecce4a6

View File

@ -47,8 +47,8 @@ jobs:
with: with:
python-version: 3.13 python-version: 3.13
- run: | - run: |
python -m pip install --upgrade pip setuptools python -m pip install --upgrade build
python setup.py sdist python -m build --sdist
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with:
path: ./dist/* path: ./dist/*