Skip to content

Commit 3d01211

Browse files
committed
Do not bump Cargo version before releasing to PyPi
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.
1 parent 5051c2b commit 3d01211

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ jobs:
2121
with:
2222
python-version: '3.10'
2323

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

0 commit comments

Comments
 (0)