Skip to content

Commit

Permalink
See if this works...
Browse files Browse the repository at this point in the history
  • Loading branch information
benhall-7 committed Feb 15, 2021
1 parent 71035aa commit 621601e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# credit for much of this build system goes to hyperjson https://github.com/mre/hyperjson/
on:
name: Package and Publish
on: # credit for much of this build system goes to hyperjson https://github.com/mre/hyperjson/
release:
types: [created]

jobs:
build:
runs-on: ${{ matrix.os }}
Expand All @@ -11,7 +10,6 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v1

Expand All @@ -24,7 +22,7 @@ jobs:
with:
toolchain: stable

- name: Install dependencies
- name: Install maturin
run: |
python -m pip install --upgrade pip
pip install maturin
Expand Down

0 comments on commit 621601e

Please sign in to comment.