Skip to content

Commit

Permalink
fix makefile for release of python sdk (#4204)
Browse files Browse the repository at this point in the history
  • Loading branch information
udsamani committed Jul 4, 2024
1 parent a5ec94d commit 36f2b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ build-python: build-python-apiclient build-python-sdk build-bacalhau-airflow
################################################################################
.PHONY: release-python-apiclient
release-python-apiclient: resolve-earthly
cd clients && ${EARTHLY} --push +pypi-upload --PYPI_TOKEN=${PYPI_TOKEN}
cd clients && ${MAKE} release
@echo "Python API client pushed to PyPi."

################################################################################
Expand Down

0 comments on commit 36f2b01

Please sign in to comment.