We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e69c9 commit 412e618Copy full SHA for 412e618
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,8 @@ jobs:
15
with:
16
python-version: 3.8
17
- run: |
18
- python setup.py sdist
+ python -m pip install --upgrade build
19
+ python -m build
20
- uses: actions/upload-artifact@v3
21
22
path: ./dist
0 commit comments