Skip to content

Commit

Permalink
Use cargo update -w instead of cargo check when prepping prerelea…
Browse files Browse the repository at this point in the history
…se (#1500)
  • Loading branch information
jleibs authored Mar 3, 2023
1 parent 9d22563 commit 703f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
# This updates the cargo.lock file with the new version numbers and keeps the wheel build from failing
run: |
python3 scripts/version_util.py --patch_prerelease
cargo check
cargo update -w
- name: Version check for tagged-release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 703f777

Please sign in to comment.