Skip to content

Commit

Permalink
Bump release timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed Jun 28, 2023
1 parent dccb3bb commit a182a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
name: Test and publish
timeout-minutes: 2
timeout-minutes: 4
runs-on: ubuntu-latest
steps:
- name: Check out
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "opvious"
version = "0.14.0rc1"
version = "0.14.0rc2"
description = "Opvious Python SDK"
authors = ["Opvious Engineering <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a182a0a

Please sign in to comment.