Skip to content

Commit

Permalink
Tweak the sdist step to exercise it on dry runs.
Browse files Browse the repository at this point in the history
Change-Id: I1acea938fe9fc033a65ae87a725064c1cb658839
Reviewed-on: https://code-review.googlesource.com/c/re2/+/63250
Reviewed-by: Paul Wankadia <junyer@google.com>
Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
  • Loading branch information
junyer committed Jun 10, 2024
1 parent e29afa1 commit 273fb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools build wheel
shell: bash
- if: inputs.build == 1 || inputs.force-sdist == true
name: Build source
- if: inputs.build <= 1 || inputs.force-sdist == true
name: Build sdist
env:
SOURCE_DATE_EPOCH: ${{ env.timestamp }}
run: |
Expand Down

0 comments on commit 273fb4a

Please sign in to comment.