================
| CI | status | 
|---|---|
| pip builds | |
| wheels | 
pip install --no-build-isolation -Ceditable.rebuild=true -ve .
- Clone this repository
- Run pip install .
Afterwards, you should be able to issue the following commands (shown in an interactive Python session):
>>> import pySFMLThe .github/workflows directory contains two continuous integration workflows
for GitHub Actions. The first one (pip) runs automatically after each commit
and ensures that packages can be built successfully and that tests pass.
The wheels workflow uses
cibuildwheel to automatically
produce binary wheels for a large variety of platforms. If a pypi_password
token is provided using GitHub Action's secrets feature, this workflow can
even automatically upload packages on PyPI.