Skip to content

Commit

Permalink
actions: fix mistakes in release, add sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Oct 3, 2024
1 parent bd5a96a commit 0f30124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- name: Prepare for wheel check
run: |
pip download --no-deps --only-binary :all: --implementation py --platform none buildsys-dateversion
pip install .
pip install wheeldiff
- name: Check if wheel content changed
id: wheeldiff
run: |
set +e
set -x
wheeldiff --ignore version,record buildsys_dateversion-*.whl dist/buildsys_dateversion-*.whl
wheeldiff --ignore version,record buildsys_dateversion-20*.whl dist/buildsys_dateversion-20*.whl
echo "diff=$?" >> "$GITHUB_OUTPUT"
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 0f30124

Please sign in to comment.