diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb69bef..a0ceb48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,6 +71,13 @@ jobs: Pypi: runs-on: ubuntu-latest needs: build + + strategy: + fail-fast: false + matrix: + os: [ "ubuntu-latest" ] + python-version: [ "3.11" ] + steps: - uses: actions/checkout@v4 - name: Install pypa/build @@ -79,6 +86,7 @@ jobs: pip install build --user + - name: Build a binary wheel and a source tarball run: >- python -m