Skip to content

Commit

Permalink
ci: added protobuf setup step for python publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Duckworth committed Aug 2, 2023
1 parent 491085f commit c0842cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ jobs:
with:
python-version: '3.10'
architecture: ${{ matrix.target }}
- name: Setup Protobuf
if: matrix.os == 'windows-latest'
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit c0842cd

Please sign in to comment.