Skip to content

Commit

Permalink
Build CLI with all features enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent 11fd8b4 commit b742558
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ jobs:
target: [x86_64]
steps:
- uses: actions/checkout@v4
- name: Enable APPLgrid, fastNLO and legacy FK-table converters
run: |
sed -i "s/features = [\"static\"]/all-features = true/" pineappl_cli/pyproject.toml
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pineappl_cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ build-backend = "maturin"

[tool.maturin]
bindings = "bin"
features = ["static"]
all-features = true

0 comments on commit b742558

Please sign in to comment.