Skip to content

Test system build without installing libmaxminddb #23

Test system build without installing libmaxminddb

Test system build without installing libmaxminddb #23

Workflow file for this run

name: Create Wheels
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
# The extension currently does not build on windows-latest.
# We have a follow-up story for that.
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build wheels
uses: pypa/[email protected]
env:
CIBW_BUILD_VERBOSITY: 1
MAXMINDDB_REQUIRE_EXTENSION: 1
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl