openai/openai-python

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.11.5

Branches

Tags

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

Clone

HTTPS

Download ZIP

Makefile

9lines · modeblame

3c6d4cd6Greg Brockman5 years ago1.PHONY: build upload
2
3build:
4python setup.py sdist
5
6upload:
7twine upload dist/openai-*.tar.gz
8rm dist/openai-*.tar.gz
9