Skip to content

Commit

Permalink
fix wait for package
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Jan 13, 2025
1 parent 682c32f commit 0816f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
FILE=$(ls dist/*.whl dist/*.tar.gz | head -n 1)
PUBLISHED_VERSION=$(basename "$FILE" | sed -E 's/^.*-([0-9]+\.[0-9]+\.[0-9a-zA-Z]+(\.[0-9]+)?)-.*$/\1/')
pip install tenacity logging
python3 ${GITHUB_WORKSPACE}/.github/workflows/wait-for-pypi.py ${{needs.build.outputs.pyproject_name}}[harmony]==$PUBLISHED_VERSION
python3 ${GITHUB_WORKSPACE}/.github/workflows/wait-for-pypi.py ${{needs.build.outputs.pyproject_name}}==$PUBLISHED_VERSION
publish:
name: Build & Publish Docker
Expand Down

0 comments on commit 0816f67

Please sign in to comment.