Closed mithro closed 4 years ago
Like this one -> https://github.com/litex-hub/pythondata-cpu-vexriscv/blob/654057b2f5cec0f9fc99487dff67861f76fcbe7e/Makefile#L26-L37
build: ${ACTIVATE} python setup.py sdist bdist_wheel .PHONY: build # PYPI_TEST = --repository-url https://test.pypi.org/legacy/ PYPI_TEST = --repository testpypi upload-test: build ${ACTIVATE} twine upload ${PYPI_TEST} dist/* .PHONY: upload-test upload: build ${ACTIVATE} twine upload --verbose dist/* .PHONY: upload
Added in a51b80eb2debfc4b56b33bbbf89e6d9e99cdeeae
Like this one -> https://github.com/litex-hub/pythondata-cpu-vexriscv/blob/654057b2f5cec0f9fc99487dff67861f76fcbe7e/Makefile#L26-L37