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:
python-version: 3.13
- run: |
python -m pip install --upgrade pip setuptools
python setup.py sdist
python -m pip install --upgrade build
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
path: ./dist/*