Skip to content

Commit

Permalink
Add sleep after PyPI release
Browse files Browse the repository at this point in the history
to prevent docker build from failing.

Addresses #19.
  • Loading branch information
jgosmann committed Jun 11, 2022
1 parent 306b6bf commit 7220801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
run: poetry publish --build
env:
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
- name: Wait for release to become available
run: sleep 3

- name: Set version
id: version
Expand Down

0 comments on commit 7220801

Please sign in to comment.