Skip to content

Commit

Permalink
switch to fast SC if coreset ratio is 1. Added mmore documentation fo…
Browse files Browse the repository at this point in the history
…r advanced usage
  • Loading branch information
BenJourdan committed Nov 12, 2024
1 parent 2cf6c04 commit 948ad69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,24 +171,7 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: 'wheels-*/*'
<<<<<<< HEAD
- name: List files in working directory
run: ls -la
- name: List files in working directory
run: ls ../
- name: List files in working directory
run: ls ../../
=======
- name: get working dir
run: pwd
- name: get working dir
run: pwd ../
- name: get working dir
run: ls -lah ../
- name: get working dir
run: ls -lah .

>>>>>>> 36f1d6d (debugging CI issues)
- name: Publish to PyPI
if: "startsWith(github.ref, 'refs/tags/')"
uses: PyO3/maturin-action@v1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coreset-sc"
version = "0.1.2"
version = "0.1.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 948ad69

Please sign in to comment.