Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 1, 2024
1 parent 6f9ca1c commit b6a6f73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,10 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source $HOME/.cargo/env
pip install setuptools-rust
if command -v apt-get &> /dev/null; then
apt-get update && apt-get install -y protobuf-compiler
elif command -v brew &> /dev/null; then
brew install protobuf
fi
cargo build --bin stub_gen
CIBW_ENVIRONMENT: |
PATH="$HOME/.cargo/bin:$PATH"
PROTOC=/usr/local/bin/protoc
CARGO_NET_GIT_FETCH_WITH_CLI=true
run: python -m cibuildwheel --output-dir dist

Expand Down

0 comments on commit b6a6f73

Please sign in to comment.