Skip to content

Commit

Permalink
no matrix to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
abretaud committed Dec 3, 2020
1 parent 42b7c4d commit 1292cc0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
runs-on: ubuntu-latest
name: Deploy release to Pypi
if: startsWith(github.ref, 'refs/tags')
strategy:
matrix:
python-version: [3.6, 3.7]
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
python-version: 3.7
- name: Python install
run: pip install -U pip setuptools nose build
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit 1292cc0

Please sign in to comment.