Skip to content

Commit 2800e37

Browse files
authored
ci: Restore specific files during sdist builds (#2886)
Signed-off-by: Achal Shah <[email protected]>
1 parent 7bb3e21 commit 2800e37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,15 @@ jobs:
108108
node-version: '17.x'
109109
registry-url: 'https://registry.npmjs.org'
110110
- name: Build and install dependencies
111+
# There's a `git restore` in here because `make install-go-ci-dependencies` is actually messing up go.mod & go.sum.
111112
run: |
112113
pip install -U pip setuptools wheel twine
113114
make install-protoc-dependencies
114115
make install-go-proto-dependencies
115116
make install-go-ci-dependencies
116117
make build-ui
118+
git status
119+
git restore go.mod go.sum
117120
- name: Build
118121
run: |
119122
python3 setup.py sdist

0 commit comments

Comments
 (0)