openai/openai-python

Public

mirrored from https://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.27.4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

Makefile

11lines · modeblame

3c6d4cd6Greg Brockman5 years ago1.PHONY: build upload
2
3build:
6c23b7f6hallacy3 years ago4rm -rf dist/ build/
5python -m pip install build
6python -m build .
3c6d4cd6Greg Brockman5 years ago7
8upload:
6c23b7f6hallacy3 years ago9python -m pip install twine
10python -m twine upload dist/openai-*
11rm -rf dist