openai/openai-python

Public

mirrored fromhttps://github.com/openai/openai-pythonAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
v0.12.0

Branches

Tags

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

Clone

HTTPS

Download ZIP

public/Makefile

7lines · modecode

1.PHONY: build upload
2
3build:
4 OPENAI_UPLOAD=y python setup.py sdist
5
6upload:
7 OPENAI_UPLOAD=y twine upload dist/*
8