add docu and fix github workflow pypi-deploy.yml for installing libiconv
This commit is contained in:
parent
ecbae3f79b
commit
887d5db635
17
.github/workflows/pypi-deploy.yml
vendored
17
.github/workflows/pypi-deploy.yml
vendored
@ -40,16 +40,15 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: wheel-config
|
name: wheel-config
|
||||||
path: python/
|
path: python/
|
||||||
- name: Install iconv for Windows
|
- name: Get vcpkg repo
|
||||||
if: matrix.os == 'windows-2019'
|
if: matrix.os == 'windows-2019'
|
||||||
steps:
|
run: git clone https://github.com/Microsoft/vcpkg.git
|
||||||
- name: Get vcpkg repo
|
- name: Build and install vcpkg and install libiconv for windows
|
||||||
run: git clone https://github.com/Microsoft/vcpkg.git
|
if: matrix.os == 'windows-2019'
|
||||||
- name: Install vcpkg
|
run: |
|
||||||
run: .\vcpkg\bootstrap-vcpkg.bat
|
.\vcpkg\bootstrap-vcpkg.bat
|
||||||
working-directory: vcpkg/
|
vcpkg install libiconv
|
||||||
- name: Install required package libiconv
|
working-directory: vcpkg/
|
||||||
run: vcpkg install libiconv
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse
|
run: python -m cibuildwheel --output-dir wheelhouse
|
||||||
working-directory: python/
|
working-directory: python/
|
||||||
|
@ -233,3 +233,6 @@ can be found in the `python/examples` folder.
|
|||||||
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
- https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun
|
||||||
- https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml
|
- https://github.com/pypa/cibuildwheel/blob/main/examples/github-deploy.yml
|
||||||
- https://cibuildwheel.readthedocs.io/en/stable/deliver-to-pypi/
|
- https://cibuildwheel.readthedocs.io/en/stable/deliver-to-pypi/
|
||||||
|
- https://www.gnu.org/software/libiconv/
|
||||||
|
- https://vcpkg.io/en/packages.html
|
||||||
|
- https://vcpkg.io/en/getting-started
|
||||||
|
Loading…
x
Reference in New Issue
Block a user