Skip to content

Commit

Permalink
remove timeout temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
alik-git committed Dec 21, 2024
1 parent 5d71ee9 commit db91745
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
name: Build and publish Python package (${{ matrix.os }})
timeout-minutes: 10
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
dist/*.whl
build-source-dist:
name: Build and publish Python package (source distribution)
timeout-minutes: 10
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -104,7 +102,6 @@ jobs:
publish-wheels:
needs: [build-wheels, build-source-dist]
name: Publish Python wheels
timeout-minutes: 10
runs-on: ubuntu-latest

steps:
Expand All @@ -125,7 +122,6 @@ jobs:

publish-rust:
name: Build and publish Rust package
timeout-minutes: 10
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit db91745

Please sign in to comment.