Skip to content

Commit c2dbb6c

Browse files
committed
update distribution build command
1 parent 9670dbb commit c2dbb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
4141
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
4242
run: |
43-
make dist-build
43+
python setup.py sdist bdist_wheel
4444
twine upload dist/*

0 commit comments

Comments
 (0)