Skip to content

Commit

Permalink
Fix pypi to be compatible with pyproject.toml usage (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Dec 5, 2024
1 parent d41e130 commit d1a1533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: pip install wheel
run: pip install build

- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit d1a1533

Please sign in to comment.