Skip to content

Commit

Permalink
update release flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tinmarr committed Aug 29, 2022
1 parent e969cd1 commit 841da3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
python -m pip install --upgrade pip
git submodule update --init --recursive
pip install build
pip install -e .
- name: Build
run: |
Expand Down Expand Up @@ -136,7 +137,7 @@ jobs:
needs: docs
steps:
- name: Wait for things to update
run: sleep 2m
run: sleep 5m
shell: bash

- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 841da3f

Please sign in to comment.