From 8fe6520ef404d3865c0273b2df880e5ca088abb7 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Thu, 4 Feb 2021 22:27:18 -0500 Subject: [PATCH] examples: move github-minimal to action --- examples/github-minimal.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/examples/github-minimal.yml b/examples/github-minimal.yml index af82797f..db5cf436 100644 --- a/examples/github-minimal.yml +++ b/examples/github-minimal.yml @@ -13,20 +13,11 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-python@v2 - name: Install Python - with: - python-version: '3.8' - - - name: Install cibuildwheel - run: python -m pip install cibuildwheel==1.8.0 - - name: Install Visual C++ for Python 2.7 if: runner.os == 'Windows' run: choco install vcpython27 -f -y - - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse + - uses: joerick/cibuildwheel@v1.8.0 - uses: actions/upload-artifact@v2 with: