[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/scriptshadow/openai-python/main/Makefile [Back]  [Original]

.PHONY: build upload

build:
	python setup.py sdist

upload:
	twine upload dist/openai-*.tar.gz
	rm dist/openai-*.tar.gz


Web Proxy Viewer  |  New URL  |  Original Page