File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,15 +35,13 @@ jobs:
3535 brew install fftw cmake ninja || true
3636
3737 - name : Build wheel (scikit-build-core)
38- working-directory : cpp_hf
3938 run : |
4039 python -m pip install -U pip build
4140 python -m build -w \
4241 -C cmake.define.HF_USE_OPENMP=ON \
4342 -C cmake.define.HF_USE_FFTW_THREADS=ON
4443
4544 - name : Install and smoke test
46- working-directory : cpp_hf
4745 run : |
4846 python -m pip install dist/*.whl
4947 python - << 'PY'
Original file line number Diff line number Diff line change @@ -24,13 +24,11 @@ jobs:
2424 sudo apt-get install -y libfftw3-dev cmake ninja-build
2525
2626 - name : Build distribution (sdist)
27- working-directory : cpp_hf
2827 run : |
2928 python -m pip install -U pip build
3029 python -m build -s
3130
3231 - name : Publish to PyPI via OIDC (Trusted Publisher)
33- working-directory : cpp_hf
3432 uses : pypa/gh-action-pypi-publish@release/v1
3533 with :
3634 packages-dir : dist/
You can’t perform that action at this time.
0 commit comments