Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 committed Dec 20, 2024
1 parent 023eddb commit 3d24584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/test_trajdl_vtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -17,28 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"

- name: Cache datasets
id: cache-datasets
uses: actions/cache@v3
with:
path: ~/.cache/trajdl
key: trajdl-cache-datasets

- uses: pypa/[email protected]
env:
CIBW_ENABLE: cpython-prerelease
CIBW_ARCHS_WINDOWS: auto ARM64

# - name: Build SDist
# run: |
# if [ "${{ matrix.python-version }}" = "3.12" ]; then
# python -m build --sdist
# fi
CIBW_BUILD: "cp310-manylinux_x86_64 cp311-manylinux_x86_64 cp312-manylinux_x86_64"

- name: Check wheels
run: |
Expand All @@ -47,7 +27,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dist-${{ github.ref_name }}-${{ github.sha }}-${{ matrix.python-version }}
name: dist-${{ github.ref_name }}-${{ github.sha }}-wheel
path: wheelhouse/*.whl
retention-days: 1
overwrite: true
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ addopts = "-p no:warnings --cov=trajdl --cov-report html --durations=10"
wheel.expand-macos-universal-tags = true

[tool.cibuildwheel]
before-all = "uname -a"
build-frontend = "build[uv]"

[tool.cibuildwheel.pyodide]
Expand Down

0 comments on commit 3d24584

Please sign in to comment.