Prevent fallback to setup.py when building package

This commit is contained in:
Dominik Moritz Roth 2023-10-29 16:02:10 +01:00
parent 4a9ea368b8
commit f024613800
2 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,9 @@ jobs:
build setuptools twine
--user
- name: Prevent fallback onto setup.py
run: rm setup.py
- name: Build a binary wheel and a source tarball
run: python3 -m build

View File

@ -29,6 +29,9 @@ jobs:
build setuptools twine
--user
- name: Prevent fallback onto setup.py
run: rm setup.py
- name: Build a binary wheel and a source tarball
run: python3 -m build