From 621601eec9e64a3d1436c65ddb8f19c73cec13c7 Mon Sep 17 00:00:00 2001 From: BenHall-7 Date: Mon, 15 Feb 2021 01:21:40 -0500 Subject: [PATCH] See if this works... --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e7998c..639972c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} @@ -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 @@ -24,7 +22,7 @@ jobs: with: toolchain: stable - - name: Install dependencies + - name: Install maturin run: | python -m pip install --upgrade pip pip install maturin