From 5e5e58a9af274ec52b82fcb734fc6b1b5b48db6b Mon Sep 17 00:00:00 2001 From: Achal Shah Date: Tue, 28 Jun 2022 21:05:40 -0700 Subject: [PATCH] ci: Restore specific files during sdist builds Signed-off-by: Achal Shah --- .github/workflows/build_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 07ef92d070..4dcc17927f 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -108,12 +108,15 @@ jobs: node-version: '17.x' registry-url: 'https://registry.npmjs.org' - name: Build and install dependencies + # There's a `git restore` in here because `make install-go-ci-dependencies` is actually messing up go.mod & go.sum. run: | pip install -U pip setuptools wheel twine make install-protoc-dependencies make install-go-proto-dependencies make install-go-ci-dependencies make build-ui + git status + git restore go.mod go.sum - name: Build run: | python3 setup.py sdist