.PHONY: build upload
build:
rm -rf dist/ build/
python -m pip install build
python -m build .
upload:
python -m pip install twine
python -m twine upload dist/openai-*
rm -rf distopenai/openai-python
Publicmirrored fromhttps://github.com/openai/openai-pythonAvailable
Makefile
11lines · modepreview