Skip to content

Commit

Permalink
adding quotes around version number
Browse files Browse the repository at this point in the history
  • Loading branch information
akdigitalself committed Feb 28, 2024
1 parent a5cadcc commit be49d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build:publish:
- *version
# Now write back the zillow-kserve version back to the original location we found the original so
# python package managers can reference it as they need the version stored internally.
- sed -i "s/version=version/version=${PY_LIBRARY_VERSION}/" $KSERVE_VERSION_PATH
- sed -i "s/version=version/version=\'${PY_LIBRARY_VERSION}\'/" $KSERVE_VERSION_PATH
- cd python/kserve
- python setup.py sdist
# Set up the configuration for Artifactory to publish the python package internally.
Expand Down

0 comments on commit be49d00

Please sign in to comment.