Skip to content

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Mar 3, 2024
1 parent c8ee1a6 commit 70474eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ jobs:
if: ${{ matrix.os == 'windows-latest' }}
with:
python-version: ${{ matrix.python }}
architecture: x64
architecture: x86
- name: Build Wheels - cramjam-python
uses: PyO3/maturin-action@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion cramjam-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ name = "cramjam"
crate-type = ["cdylib"]

[features]
default = ["extension-module"]
default = ["extension-module", "python3-dll"]
extension-module = ["pyo3/extension-module"]
python3-dll = ["pyo3/python3-dll-a"]


[dependencies]
Expand Down

0 comments on commit 70474eb

Please sign in to comment.