Skip to content

Commit

Permalink
revert the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed Jun 7, 2023
1 parent 581e753 commit 4496907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m pip install --upgrade pip
pip install build setuptools wheel twine
- name: Build package
run: python -m build
run: python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
with:
Expand Down

0 comments on commit 4496907

Please sign in to comment.