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 7ee9d2b commit 0f6f7dbCopy full SHA for 0f6f7db
1 file changed
.github/workflows/pypi.yml
@@ -29,6 +29,7 @@ jobs:
29
cache: true
30
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
31
environments: ${{ matrix.environment }}
32
+ activate-environment: true
33
- name: build
34
run: mkdir -p build && cd build && cmake .. -GNinja -DBUILD_PYTHON_BINDINGS=ON -DBUILD_TESTING=ON
35
- name: test C++
@@ -67,6 +68,7 @@ jobs:
67
68
69
70
71
72
- name: Build wheels and sdist
73
run: uv build
74
- name: Upload wheels and sdist
0 commit comments