Skip to content

Do not build pypy wheels #513

Do not build pypy wheels

Do not build pypy wheels #513

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build
uses: docker/build-push-action@v2
with:
context: ./
file: ./Dockerfile
push: false