Skip to content

Vendor libmaxminddb

Vendor libmaxminddb #8

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:
# We are skipping windows-latest for now as installing
# libmaxminddb is more complicated there.
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build wheels
uses: pypa/[email protected]
env:
MAXMINDDB_REQUIRE_EXTENSION: 1
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl