Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 26, 2024
1 parent bc47a79 commit b59e0da
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,6 @@ jobs:
- run: rustup target add i686-pc-windows-msvc
if: matrix.build == 'windows'

- name: Install dependencies
id: vcpkg
uses: johnwason/vcpkg-action@v6
with:
pkgs: openssl
triplet: ${{ matrix.vcpkg_openssl_triplet }}
token: ${{ github.token }}

- name: Install Python dependencies
run: pip install -U setuptools wheel twine cibuildwheel platformdirs

Expand All @@ -167,6 +159,10 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=stable --profile=minimal -y &&
rustup show
CIBW_BEFORE_ALL_LINUX: vcpkg install openssl:x64-linux-release
CIBW_BEFORE_ALL_WINDOWS: vcpkg install openssl:x86-windows-static

CIBW_TEST_COMMAND: 'pytest {project}/test'
CIBW_TEST_REQUIRES: pytest requests
CIBW_TEST_SKIP: '*-macosx_arm64 *-macosx_universal2:arm64'
Expand Down

0 comments on commit b59e0da

Please sign in to comment.