This repository is not used anymore Wheels are now built using cibuildwheel on Github Actions.
This repository contains build scripts to fabricate wheels for pygeos.
There are two completely independent scripts: one for Linux/OSX (based on multibuild) and one for Windows (based on shapely's script).
There are two branches in this repository:
- deploy-test: every commit is built and published to PyPI test
- master: every commit is built and published to PyPI
- Create the release
- Upload the sdist to PyPI
- Create a commit on the deploy-test branch bumping pygeos and GEOS
versions in the
.travis.yml
,appveyor.yml
, andenv_vars.sh
. Everything is specified twice: once for windows, once for Linux/OSX. - Wait for the build to success. If there are issues, create commits with [skip travis] or [skip appveyor] in the commit message to save build time.
- Create a PR to master
- Merge the PR
- Check if the master build and PyPI upload succeeded.