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 f01bfcc commit e2989e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ jobs:
echo "Unsupported OS: ${{ runner.os }}"
exit 1
fi
protoc --version
/usr/local/bin/protoc --version
CIBW_ENVIRONMENT: |
PATH="/usr/local/bin:$HOME/.cargo/bin:$PATH"
PROTOC="/usr/local/bin/protoc"
CARGO_NET_GIT_FETCH_WITH_CLI=true
run: python -m cibuildwheel --output-dir dist
run: cibuildwheel --output-dir dist

- name: Upload wheel artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e2989e0

Please sign in to comment.