Skip to content

Commit

Permalink
build without setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Sep 1, 2024
1 parent fd87499 commit 1a23c68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- name: Build package ${{ matrix.python-version }}
run: |
python setup.py sdist bdist_wheel;
python -m pip install build;
python -m build;
- name: Publish Python distribution to PyPI
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 1a23c68

Please sign in to comment.