File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,7 @@ jobs:
155155 ${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
156156 ${{ matrix.python-version }} -m pip install --upgrade wheel
157157 ${{ matrix.python-version }} -m pip install --upgrade setuptools
158+ ${{ matrix.python-version }} -m pip install --upgrade build
158159 ${{ matrix.python-version }} -m pip install --upgrade auditwheel
159160 ${{ matrix.python-version }} -m build --wheel
160161 ${{ matrix.python-version }} -m auditwheel repair dist/*.whl
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ def has_ext_modules(foo):
3333 url = "https://github.com/electronstudio/raylib-python-cffi" ,
3434 author = "Electron Studio" ,
353536- license = "EPL-2.0" ,
3736 license_files = ['LICENSE' ],
3837 classifiers = [
3938 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments