Skip to content

Commit

Permalink
Ci
Browse files Browse the repository at this point in the history
  • Loading branch information
daggy1234 committed Mar 3, 2021
1 parent dfc5788 commit 858b0f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,13 @@ jobs:
os: macos-10.15
- vers: auto64
os: windows-2019
- vers: auto32
os: windows-2019

env:
SCCACHE_VERSION: 0.2.13
CIBW_BEFORE_ALL_LINUX: "curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain stable -y && yum install -y openssl-devel"
CIBW_BUILD_VERBOSITY: "1" # Make some more noise so that travis doesn't stall
CIBW_ENVIRONMENT: 'PATH="$PATH:$HOME/.cargo/bin"'
CIBW_SKIP: "cp27-* cp34-* cp35-* pp*"
CIBW_SKIP: "cp27-* cp34-* cp35-* pp* *-win32"

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 858b0f1

Please sign in to comment.