We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704e36a commit 15400deCopy full SHA for 15400de
1 file changed
.github/workflows/publishing.yml
@@ -47,8 +47,8 @@ jobs:
47
with:
48
python-version: 3.13
49
- run: |
50
- python -m pip install --upgrade pip setuptools
51
- python setup.py sdist
+ python -m pip install --upgrade build
+ python -m build --sdist
52
- uses: actions/upload-artifact@v3
53
54
path: ./dist/*
0 commit comments