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 6aaca63 commit a798358Copy full SHA for a798358
.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
63
python-version: "3.6"
64
- name: Build Distribution
65
run: |
66
- python3 ./build.py sdist
+ python3 ./setup.py sdist
67
- uses: actions/download-artifact@v3
68
with:
69
path: ./dist/*.whl
0 commit comments