Skip to content

Commit df517a0

Browse files
Update .github/workflows/wheels.yml
Co-authored-by: Peyton Murray <[email protected]>
1 parent 7184961 commit df517a0

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/wheels.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,22 +25,6 @@ jobs:
2525
- name: install python dependencies
2626
run: pip install build twine
2727

28-
- uses: bazel-contrib/[email protected]
29-
name: Set up Bazel
30-
with:
31-
# Avoid downloading Bazel every time.
32-
bazelisk-cache: true
33-
# Store build cache per workflow.
34-
disk-cache: ${{ github.workflow }}-${{ hashFiles('.github/workflows/wheels.yml') }}
35-
# Share repository cache between workflows.
36-
repository-cache: true
37-
38-
- name: Verify bazel installation
39-
run: |
40-
which bazel
41-
bazel info
42-
bazel version
43-
4428
- name: build sdist
4529
run: |
4630
python -m build --sdist -o wheelhouse

0 commit comments

Comments
 (0)