diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c708beb..a7d2a86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,21 +16,21 @@ permissions: jobs: - versioning: - name: Semantic Release - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - persist-credentials: false - - uses: actions/setup-node@v3 - - run: cp .github/workflows/package.json . && npm install && npx semantic-release +# versioning: +# name: Semantic Release +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# with: +# persist-credentials: false +# - uses: actions/setup-node@v3 +# - run: cp .github/workflows/package.json . && npm install && npx semantic-release build_wheels: name: Build Wheels for ${{ matrix.os }} runs-on: ${{ matrix.os }} - needs: versioning +# needs: versioning strategy: matrix: os: [ubuntu-20.04, macOS-11]