Skip to content

Commit

Permalink
Add a wait time to allow for the package to be available to install. (#…
Browse files Browse the repository at this point in the history
…24)

* ci: Add a wait time to allow for the package to be available to install.
  • Loading branch information
nfelt14 authored Oct 6, 2023
1 parent f3e064e commit e7734d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
uses: pypa/[email protected]
with:
repository-url: https://test.pypi.org/legacy/
- name: Wait for package to be available
run: sleep 30
- name: Test installing from test.pypi.org
run: pip install --index-url=https://test.pypi.org/simple/ --extra-index-url=https://pypi.org/simple
tm_devices==${{ env.NEW_VERSION }}

0 comments on commit e7734d7

Please sign in to comment.