Skip to content

Commit

Permalink
Merge branch 'main' into recluster_dis
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li authored Oct 24, 2023
2 parents c65b27c + 9f80323 commit 0d9f29e
Show file tree
Hide file tree
Showing 457 changed files with 5,092 additions and 3,094 deletions.
8 changes: 0 additions & 8 deletions .github/actions/benchmark_local/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@ runs:
with:
name: benchmark-${{ inputs.dataset }}
path: benchmark/clickbench/result-${{ inputs.dataset }}-local.json

- name: Clean test data
working-directory: benchmark/clickbench
if: always()
continue-on-error: true
shell: bash
run: |
bendsql <"${{ inputs.dataset }}/clear.sql"
2 changes: 2 additions & 0 deletions .github/workflows/bindings.python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
target: ${{ matrix.target }}
version: ${{ inputs.tag }}
- name: Publish to PyPI
timeout-minutes: 10
if: inputs.tag
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand All @@ -61,6 +62,7 @@ jobs:
version: ${{ inputs.tag }}
- name: Publish to PyPI
if: inputs.tag
timeout-minutes: 10
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_PASSWORD }}
uses: PyO3/maturin-action@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
docs/**
website/**
**.md
benchmark/**
docker/**
scripts/setup/**
.devcontainer/**
Expand Down
Loading

0 comments on commit 0d9f29e

Please sign in to comment.