Fix sdist build for publishing (#836)

This commit is contained in:
ZipFile 2024-12-07 20:42:27 +02:00 committed by GitHub
parent 704e36a642
commit 15400dea7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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/*