Skip to content

Commit

Permalink
build: move windows pipeline to GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 16, 2021
1 parent 2d38908 commit 304a724
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 55 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
python-version: ['3.7', '3.8']
os: [macos-latest, ubuntu-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:
jobs:
deploy:

runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9']
os: [macos-latest, windows-latest]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.7.3
- build: move windows pipeline to GH Actions
1.7.2
- build: use oldest-supported-numpy in pyproject.toml
1.7.1
Expand Down
53 changes: 0 additions & 53 deletions appveyor.yml

This file was deleted.

0 comments on commit 304a724

Please sign in to comment.