Skip to content

Commit

Permalink
Merge pull request #10 from akshayballal95/main
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
akshayballal95 authored Apr 15, 2024
2 parents 6ec2552 + de4e09b commit 240b147
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 58 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist
sccache: 'true'
manylinux: auto
- name: Upload wheels
Expand All @@ -61,8 +61,6 @@ jobs:
platform:
- runner: windows-latest
target: x64
- runner: windows-latest
target: x86
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -73,7 +71,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand All @@ -99,7 +97,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter
args: --release --out dist
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/python-publish.yml

This file was deleted.

13 changes: 0 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ candle-transformers = { git = "https://github.com/huggingface/candle.git", versi
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.5.0", features = ["mkl"] }
anyhow = "1.0.81"
intel-mkl-src = "0.8.1"
candle-pyo3 = { git = "https://github.com/huggingface/candle.git", version = "0.5.0" }
tokio = {version = "1.37.0", features=["rt-multi-thread"]}
pyo3 = { version = "0.21" }

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ license = {file = "LICENSE"}
features = ["pyo3/extension-module"]
include = [{path = "lib/*.dll", format = ["sdist", "wheel"]}]
python-source = "python"

[project.urls]
Homepage = "https://github.com/StarlightSearch/EmbedAnything/tree/main"

0 comments on commit 240b147

Please sign in to comment.