We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e8574 commit 2131e36Copy full SHA for 2131e36
.github/workflows/pypi-release.yml
@@ -38,7 +38,7 @@ jobs:
38
python -m pip install cibuildwheel
39
40
- name: Sync Python version
41
- run: python scripts/sync_python_version.py
+ run: python scripts/sync_version.py
42
43
44
- name: Verify Docker (Linux only)
@@ -49,7 +49,7 @@ jobs:
49
echo "Docker is ready for cibuildwheel"
50
51
- name: Build wheels
52
- run: python -m cibuildwheel libCacheSim-python --output-dir wheelhouse
+ run: python -m cibuildwheel . --output-dir wheelhouse
53
54
- name: Upload wheels as artifacts
55
uses: actions/upload-artifact@v4
0 commit comments