Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Oct 27, 2023
1 parent 3fe29b2 commit 0a60d47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ci/build_python_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ fi
source rapids-env-update

# Update pyproject.toml with pre-release build date
if ! rapids-is-release-build; then
sed -i "s/^version = \""${TOML_VERSION}".*\"/version = \""${PACKAGE_VERSION_NUMBER}"\"/g" pyproject.toml
fi
# if ! rapids-is-release-build; then
# sed -i "s/^version = \""${TOML_VERSION}".*\"/version = \""${PACKAGE_VERSION_NUMBER}"\"/g" pyproject.toml
# fi

python -m build \
--sdist \
Expand All @@ -32,6 +32,6 @@ python -m build \
.

# Revert pyproject.toml pre-release build date
if ! rapids-is-release-build; then
sed -i "s/^version = \""${PACKAGE_VERSION_NUMBER}"\"/version = \""${TOML_VERSION}"\"/g" pyproject.toml
fi
# if ! rapids-is-release-build; then
# sed -i "s/^version = \""${PACKAGE_VERSION_NUMBER}"\"/version = \""${TOML_VERSION}"\"/g" pyproject.toml
# fi

0 comments on commit 0a60d47

Please sign in to comment.