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

.PHONY: build upload

build:
	rm -rf dist/ build/
	python -m pip install build
	python -m build .

upload:
	python -m pip install twine
	python -m twine upload dist/openai-*
	rm -rf dist

Web Proxy Viewer  |  New URL  |  Original Page