Compare commits

..

1 Commits

Author SHA1 Message Date
57027e234e fix workflow pypi-deploy.yml for installing libiconv 2023-08-07 23:03:51 +02:00

View File

@@ -40,15 +40,12 @@ jobs:
with:
name: wheel-config
path: python/
- name: Get vcpkg repo
if: matrix.os == 'windows-2019'
run: git clone https://github.com/Microsoft/vcpkg.git
- name: Build and install vcpkg and install libiconv for windows
- name: Install libiconv for windows
if: matrix.os == 'windows-2019'
run: |
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
vcpkg install libiconv
working-directory: vcpkg/
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
working-directory: python/