Skip to content

Commit

Permalink
Update gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
akdigitalself committed Feb 28, 2024
1 parent e4de0fc commit 26e4f49
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 @@ -45,7 +45,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 26e4f49

Please sign in to comment.