Skip to content

Commit 2131e36

Browse files
authored
Fix: PyPI release workflow (#19)
1 parent 42e8574 commit 2131e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
python -m pip install cibuildwheel
3939
4040
- name: Sync Python version
41-
run: python scripts/sync_python_version.py
41+
run: python scripts/sync_version.py
4242

4343

4444
- name: Verify Docker (Linux only)
@@ -49,7 +49,7 @@ jobs:
4949
echo "Docker is ready for cibuildwheel"
5050
5151
- name: Build wheels
52-
run: python -m cibuildwheel libCacheSim-python --output-dir wheelhouse
52+
run: python -m cibuildwheel . --output-dir wheelhouse
5353

5454
- name: Upload wheels as artifacts
5555
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)