Skip to content

Commit 7fe0be4

Browse files
committed
Fixed python scripts.
1 parent 9cff7c7 commit 7fe0be4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: 3.x
3838
- name: Setting correct version
3939
run: |
40-
python ./scripts/version_bumper.py "${{ github.ref_name }}"
40+
python scripts/version_bumper.py "${{ github.ref_name }}"
4141
- name: Build wheels
4242
uses: PyO3/maturin-action@v1
4343
with:
@@ -73,7 +73,7 @@ jobs:
7373
python-version: 3.x
7474
- name: Setting correct version
7575
run: |
76-
python ./scripts/version_bumper.py "${{ github.ref_name }}"
76+
python scripts/version_bumper.py "${{ github.ref_name }}"
7777
- name: Build wheels
7878
uses: PyO3/maturin-action@v1
7979
with:
@@ -112,7 +112,7 @@ jobs:
112112
architecture: ${{ matrix.platform.python_arch }}
113113
- name: Setting correct version
114114
run: |
115-
python ./scripts/version_bumper.py "${{ github.ref_name }}"
115+
python scripts/version_bumper.py "${{ github.ref_name }}"
116116
- name: Build wheels
117117
uses: PyO3/maturin-action@v1
118118
with:
@@ -141,7 +141,7 @@ jobs:
141141
python-version: 3.x
142142
- name: Setting correct version
143143
run: |
144-
python ./scripts/version_bumper.py "${{ github.ref_name }}"
144+
python scripts/version_bumper.py "${{ github.ref_name }}"
145145
- name: Build wheels
146146
uses: PyO3/maturin-action@v1
147147
with:
@@ -163,7 +163,7 @@ jobs:
163163
python-version: 3.x
164164
- name: Setting correct version
165165
run: |
166-
python ./scripts/version_bumper.py "${{ github.ref_name }}"
166+
python scripts/version_bumper.py "${{ github.ref_name }}"
167167
- name: Build sdist
168168
uses: PyO3/maturin-action@v1
169169
with:

0 commit comments

Comments
 (0)