openai/openai-python

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
fc1d9dbc7b2bff9873354897dc5a4e779fe4c3b3

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