Skip to content

Commit

Permalink
yaml, <3
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Aug 29, 2023
1 parent cb28ffd commit 8586b32
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Python Wheels

on:
push:
branches:
- main
pull_request:

jobs:
manylinux2014:
name: Build manylinux2014 wheels
runs-on: ubuntu-latest
container: quay.io/pypa/manulinux2014_x86_64
steps:
- uses: actions/checkout@v3
- name: Install stable rust
run: curl --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
- name: Install maturin & uniffi-bindgen
run: /opt/python/cp311-cp311/bin/pip install maturin uniffi-bindgen
- name: Build wheel
run: |
source $HOME/.cargo/env
/opt/python/cp311-cp311/bin/maturin build --release --manylinux 2014
23 changes: 0 additions & 23 deletions src/.github/workflows/wheels.yml

This file was deleted.

0 comments on commit 8586b32

Please sign in to comment.