Skip to content

Commit

Permalink
Build: Temporarily disable automated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian authored May 1, 2023
1 parent ca18d8c commit 019ab19
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 019ab19

Please sign in to comment.