mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Fix environment variables
This commit is contained in:
parent
0478532cb9
commit
22cc5f6148
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
@ -58,6 +58,9 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: 10.15
|
MACOSX_DEPLOYMENT_TARGET: 10.15
|
||||||
|
CIBW_BUILD: { cp,pp }{ 37,38,39 }-*
|
||||||
|
CIBW_SKIP: "*-win32 *-manylinux_i686"
|
||||||
|
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@ -73,10 +76,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: joerick/cibuildwheel@v1.11.0
|
uses: joerick/cibuildwheel@v1.11.0
|
||||||
env:
|
|
||||||
CIBW_BUILD: { cp,pp }{ 37,38,39 }-*
|
|
||||||
CIBW_SKIP: "*-win32 *-manylinux_i686"
|
|
||||||
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
|
|
||||||
|
|
||||||
- name: Upload wheel as artifact
|
- name: Upload wheel as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user