diff --git a/.github/workflows/check_urls.yml b/.github/workflows/check-urls.yml similarity index 100% rename from .github/workflows/check_urls.yml rename to .github/workflows/check-urls.yml diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 05b6a19..ba80296 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,7 +19,6 @@ jobs: steps: - uses: actions/checkout@v3 - # Used to host cibuildwheel - uses: actions/setup-python@v4 with: python-version: '3.11' diff --git a/.github/workflows/rstcheck.yml b/.github/workflows/rstcheck.yml index 3d4b2cc..8ca8f47 100644 --- a/.github/workflows/rstcheck.yml +++ b/.github/workflows/rstcheck.yml @@ -13,7 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - # Used to host cibuildwheel - uses: actions/setup-python@v4 with: python-version: '3.11' diff --git a/.github/workflows/wheels-any.yml b/.github/workflows/wheels-any.yml new file mode 100644 index 0000000..c20a15d --- /dev/null +++ b/.github/workflows/wheels-any.yml @@ -0,0 +1,29 @@ +name: Build Any Wheel + +on: + push: + branches: + - main + - 'releases/**' + +jobs: + build_wheels: + name: Build wheels on ${{ matrix.os }} + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest] + + steps: + - uses: actions/checkout@v3 + + - uses: actions/setup-python@v4 + with: + python-version: '3.11' + + - name: build wheel + run: python -m pip wheel . + + - uses: actions/upload-artifact@v3 + with: + path: ./onnx_array_api*.whl diff --git a/.github/workflows/wheels-linux.yml b/.github/workflows/wheels-linux.yml deleted file mode 100644 index 6557751..0000000 --- a/.github/workflows/wheels-linux.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: Build Wheel Linux - -on: - push: - branches: - - main - - 'releases/**' - -jobs: - build_wheels: - name: Build wheels on ${{ matrix.os }} - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [ubuntu-latest] - - steps: - - uses: actions/checkout@v3 - - # Used to host cibuildwheel - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - - - name: Install cibuildwheel - run: python -m pip install cibuildwheel - - - name: python version - run: python -V - - - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse - # to supply options, put them in 'env', like: - #env: - # # CIBW_BUILD: "cp310* cp311*" - # CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* - - - uses: actions/upload-artifact@v3 - with: - path: ./wheelhouse/*.whl diff --git a/.github/workflows/wheels-mac.yml b/.github/workflows/wheels-mac.yml deleted file mode 100644 index c9ac273..0000000 --- a/.github/workflows/wheels-mac.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Build Wheel MacOS - -on: - push: - branches: - - main - - 'releases/**' - -jobs: - build_wheels: - name: Build wheels on ${{ matrix.os }} - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [macOS-latest] - - steps: - - uses: actions/checkout@v3 - - # Used to host cibuildwheel - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - - - name: Install cibuildwheel - run: python -m pip install cibuildwheel - - - name: python version - run: python -V - - - name: Build wheels - run: python -m cibuildwheel --output-dir wheelhouse - # to supply options, put them in 'env', like: - #env: - # CIBW_BUILD: cp311* - - - uses: actions/upload-artifact@v3 - with: - path: ./wheelhouse/*.whl diff --git a/.github/workflows/wheels-windows.yml b/.github/workflows/wheels-windows.yml deleted file mode 100644 index cf7e4bd..0000000 --- a/.github/workflows/wheels-windows.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Build Wheel Windows - -on: - push: - branches: - - main - - 'releases/**' - -jobs: - build_wheels: - name: Build wheels on ${{ matrix.os }} - runs-on: ${{ matrix.os }} - strategy: - matrix: - os: [windows-latest] - - steps: - - uses: actions/checkout@v3 - - # Used to host cibuildwheel - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - - - name: Install cibuildwheel - run: python -m pip install cibuildwheel - - - name: python version - run: python -V - - - name: Build wheels - run: python -m cibuildwheel - # to supply options, put them in 'env', like: - # env: - # CIBW_BUILD: cp310-win_amd64* cp311-win_amd64* - - - uses: actions/upload-artifact@v3 - with: - path: ./wheelhouse/*.whl diff --git a/.gitignore b/.gitignore index c51b919..197e8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.pyd *.dylib *.so +*.whl coverage.html/* _cache/* .coverage pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy