We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c996ec8 commit bfa7d3dCopy full SHA for bfa7d3d
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
run: pip install --upgrade setuptools wheel twine
26
27
- name: Build source distribution
28
- run: python setup.py sdist
+ run: python setup.py build sdist
29
30
- name: Create release and upload distribution
31
uses: softprops/action-gh-release@v1
.github/workflows/publish_to_test_pypi.yml
@@ -18,7 +18,7 @@ jobs:
18
python -m pip install --upgrade pip
19
pip install setuptools wheel twine
20
- name: Build a binary wheel and a source tarball
21
- run: python3 -m setup.py sdist
+ run: python3 -m setup.py build sdist
22
- name: Store the distribution packages
23
uses: actions/upload-artifact@v3
24
with:
0 commit comments