Skip to content

Commit f985348

Browse files
committed
Fix ci.yml
1 parent f7ed3eb commit f985348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
- uses: PyO3/maturin-action@v1
7878
with:
79-
working-directory: ./pyscandir
79+
working-directory: ./pycalclib
8080
command: build
8181
args: --release
8282

@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Build wheels
9696
run: |
97-
cd pyscandir
97+
cd pycalclib
9898
maturin build --sdist --interpreter
9999
python -m cibuildwheel --output-dir wheelhouse
100100

0 commit comments

Comments
 (0)