Skip to content

Commit

Permalink
Wait for the pod plugin instead of flytekit (#1647)
Browse files Browse the repository at this point in the history
Signed-off-by: eduardo apolinario <[email protected]>
Co-authored-by: eduardo apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored May 18, 2023
1 parent 4f57ab9 commit ba70f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "No tagged version found, exiting"
exit 1
fi
LINK="https://pypi.org/project/flytekit/${VERSION}"
LINK="https://pypi.org/project/flytekitplugins-pod/${VERSION}"
for i in {1..60}; do
if curl -L -I -s -f ${LINK} >/dev/null; then
echo "Found pypi"
Expand Down

0 comments on commit ba70f46

Please sign in to comment.