Skip to content

Commit 977c02d

Browse files
committed
Fixed CI.
1 parent c5b4f0e commit 977c02d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
python-version: 3.x
3838
- name: Setting correct version
3939
run: |
40-
ls
41-
pwd
42-
python scripts/version_bumper.py "${{ github.ref_name }}"
40+
python scripts/bump_version.py "${{ github.ref_name }}"
4341
- name: Build wheels
4442
uses: PyO3/maturin-action@v1
4543
with:
@@ -75,7 +73,7 @@ jobs:
7573
python-version: 3.x
7674
- name: Setting correct version
7775
run: |
78-
python scripts/version_bumper.py "${{ github.ref_name }}"
76+
python scripts/bump_version.py "${{ github.ref_name }}"
7977
- name: Build wheels
8078
uses: PyO3/maturin-action@v1
8179
with:
@@ -114,7 +112,7 @@ jobs:
114112
architecture: ${{ matrix.platform.python_arch }}
115113
- name: Setting correct version
116114
run: |
117-
python scripts/version_bumper.py "${{ github.ref_name }}"
115+
python scripts/bump_version.py "${{ github.ref_name }}"
118116
- name: Build wheels
119117
uses: PyO3/maturin-action@v1
120118
with:
@@ -143,7 +141,7 @@ jobs:
143141
python-version: 3.x
144142
- name: Setting correct version
145143
run: |
146-
python scripts/version_bumper.py "${{ github.ref_name }}"
144+
python scripts/bump_version.py "${{ github.ref_name }}"
147145
- name: Build wheels
148146
uses: PyO3/maturin-action@v1
149147
with:
@@ -165,7 +163,7 @@ jobs:
165163
python-version: 3.x
166164
- name: Setting correct version
167165
run: |
168-
python scripts/version_bumper.py "${{ github.ref_name }}"
166+
python scripts/bump_version.py "${{ github.ref_name }}"
169167
- name: Build sdist
170168
uses: PyO3/maturin-action@v1
171169
with:

0 commit comments

Comments
 (0)