We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7184961 commit df517a0Copy full SHA for df517a0
.github/workflows/wheels.yml
@@ -25,22 +25,6 @@ jobs:
25
- name: install python dependencies
26
run: pip install build twine
27
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
44
- name: build sdist
45
run: |
46
python -m build --sdist -o wheelhouse
0 commit comments