Skip to content

Commit

Permalink
Do not bump Cargo version before releasing to PyPi
Browse files Browse the repository at this point in the history
When we bump the version of Cargo.toml in CI we introduced an uncommited
change, and the state of the branch is then used to determine the PyPi
release version number.
  • Loading branch information
rlouf committed Dec 9, 2024
1 parent 5051c2b commit 3d01211
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
with:
python-version: '3.10'

- name: Bump Cargo version
run: |
python ./.github/scripts/cargo_version_bumper.py --target Cargo.toml "${{ github.ref_name }}"
- name: Set up QEMU
if: runner.os == 'Linux'
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 3d01211

Please sign in to comment.