Skip to content

Commit bfa7d3d

Browse files
committed
update pipeline
1 parent c996ec8 commit bfa7d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pip install --upgrade setuptools wheel twine
2626

2727
- name: Build source distribution
28-
run: python setup.py sdist
28+
run: python setup.py build sdist
2929

3030
- name: Create release and upload distribution
3131
uses: softprops/action-gh-release@v1

.github/workflows/publish_to_test_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine
2020
- name: Build a binary wheel and a source tarball
21-
run: python3 -m setup.py sdist
21+
run: python3 -m setup.py build sdist
2222
- name: Store the distribution packages
2323
uses: actions/upload-artifact@v3
2424
with:

0 commit comments

Comments
 (0)