Skip to content

Commit

Permalink
fix: main workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoncalves committed Nov 21, 2024
1 parent 4368220 commit 24295d3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/upload-pypi-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "Package llmstudio-core==$FINAL_VERSION is already available on PyPI. Please bump version."
exit 1
fi
done
poetry version "$FINAL_VERSION"
echo "Updated version: $(poetry version --short)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-pypi-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "Package llmstudio-proxy==$FINAL_VERSION is already available on PyPI. Please bump version."
exit 1
fi
done
poetry version "$FINAL_VERSION"
echo "Updated version: $(poetry version --short)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-pypi-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "Package llmstudio==$FINAL_VERSION is already available on PyPI. Please bump version."
exit 1
fi
done
poetry version "$FINAL_VERSION"
echo "Updated version: $(poetry version --short)"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/upload-pypi-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
echo "Package llmstudio-tracker==$FINAL_VERSION is already available on PyPI. Please bump version."
exit 1
fi
done
poetry version "$FINAL_VERSION"
echo "Updated version: $(poetry version --short)"
Expand Down

0 comments on commit 24295d3

Please sign in to comment.