Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkoren21 committed Jul 21, 2024
1 parent 149b0ba commit 3c718a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/new_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
- name: Check if version exists on PyPI
id: check_version
run: |
URL = "https://pypi.org/pypi/onnx2kerastl/$PACKAGE_VERSION/"
echo "$URL"
echo URL = "https://pypi.org/pypi/onnx2kerastl/$PACKAGE_VERSION/"
RESPONSE=$(curl -s -o /dev/null -w "%{http_code}" $URL)
if [ $RESPONSE -eq 200 ]; then
echo "Version $PACKAGE_VERSION already exists on PyPI."
Expand Down

0 comments on commit 3c718a3

Please sign in to comment.