Skip to content

Commit

Permalink
Sleep for 60 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
iameskild committed Dec 1, 2022
1 parent 814d062 commit 8a94138
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Sleep
run: sleep 60

- name: Test install from Test PyPI
run: |
pip install \
Expand Down

0 comments on commit 8a94138

Please sign in to comment.