Skip to content

Commit

Permalink
enable waiting code
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Mar 6, 2024
1 parent cbc931a commit bd62343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/make_release
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ rel_id=$(http -b -j POST $URL/releases \

echo "RELEASE ID: $rel_id"

# echo "Waiting 10s for pypi to update..."
# for n in $(seq 10); do ; echo $n; sleep 1; done
echo "Waiting 10s for pypi to update..."
for n in $(seq 10); do ; echo $n; sleep 1; done

pushd scripts
./update_get-pypr.sh
Expand Down

0 comments on commit bd62343

Please sign in to comment.