Skip to content

Commit

Permalink
ci(deps): Allow time for PyPI before pushing to lbt-honeybee
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Aug 1, 2021
1 parent 40871b8 commit 830eec2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
- name: sleep for 5 minutes for PyPI update
if: contains(steps.new_release.outputs.tag, '.')
run: sleep 300s
shell: bash
- name: Update lbt-honeybee
if: contains(steps.new_release.outputs.tag, '.')
env:
Expand Down

0 comments on commit 830eec2

Please sign in to comment.