Skip to content

Commit 3677bcc

Browse files
committed
removing windows
1 parent 607ef05 commit 3677bcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_wheels_and_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-20.04, windows-2019, macos-11]
17+
os: [ubuntu-20.04, macos-11]
1818

1919
steps:
2020
- uses: actions/checkout@v2
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m cibuildwheel --output-dir wheelhouse
3333
env:
34-
CIBW_BUILD_VERBOSITY: "1"
34+
CIBW_BUILD_VERBOSITY: '1'
3535
working-directory: ./quaddtype
3636

3737
- uses: actions/upload-artifact@v2
@@ -44,7 +44,7 @@ jobs:
4444
needs: build_wheels
4545
runs-on: ubuntu-latest
4646
if: startsWith(github.ref, 'refs/tags/')
47-
47+
4848
steps:
4949
- name: Checkout code
5050
uses: actions/checkout@v2
@@ -73,4 +73,4 @@ jobs:
7373
upload_url: ${{ steps.create_release.outputs.upload_url }}
7474
asset_path: ./artifacts/wheels/*.whl
7575
asset_name: quaddtype-${{ github.ref_name }}.whl
76-
asset_content_type: application/zip
76+
asset_content_type: application/zip

0 commit comments

Comments
 (0)