Skip to content

Commit

Permalink
remove appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Nov 19, 2023
1 parent afae269 commit b727707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 74 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ jobs:
uses: codecov/codecov-action@v3

build_wheels:
needs: [build]
if: startsWith( github.ref, 'refs/tags/')
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
env:
CIBW_SKIP: cp36-* cp37-* cp312-* pp*
CIBW_SKIP: cp36-* cp37-* cp38-* cp312-* pp*
strategy:
matrix:
os: [ubuntu-22.04, windows-2022, macos-11]
Expand All @@ -60,6 +61,7 @@ jobs:
path: ./wheelhouse/*.whl

build_sdist:
needs: [build]
if: startsWith( github.ref, 'refs/tags/')
name: Build source distribution
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build](https://github.com/jdtuck/fdasrsf_python/actions/workflows/python-package.yml/badge.svg)](https://github.com/jdtuck/fdasrsf_python/actions/workflows/python-package.yml)
[![codecov](https://codecov.io/gh/jdtuck/fdasrsf_python/branch/master/graph/badge.svg)](https://codecov.io/gh/jdtuck/fdasrsf_python)
[![Build status](https://img.shields.io/appveyor/ci/jdtuck/fdasrsf-python.svg?style=flat-square&label=windows)](https://ci.appveyor.com/project/jdtuck/fdasrsf-python/branch/master)
[![Documentation Status](https://readthedocs.org/projects/fdasrsf-python/badge/?version=latest)](https://fdasrsf-python.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/fdasrsf.svg)](https://badge.fury.io/py/fdasrsf)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/fdasrsf/badges/version.svg)](https://anaconda.org/conda-forge/fdasrsf) [![Join the chat at https://gitter.im/fdasrsf_python/community](https://badges.gitter.im/fdasrsf_python/community.svg)](https://gitter.im/fdasrsf_python/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down
72 changes: 0 additions & 72 deletions appveyor.yml

This file was deleted.

0 comments on commit b727707

Please sign in to comment.