SymbiFlow / sphinx-verilog-domain

Sphinx domain to allow integration of Verilog / SystemVerilog documentation into Sphinx.
https://sphinx-verilog-domain.rtfd.io
Apache License 2.0
21 stars 7 forks source link

Add "make upload" target #14

Closed mithro closed 4 years ago

mithro commented 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
rw1nkler commented 4 years ago

Added in a51b80eb2debfc4b56b33bbbf89e6d9e99cdeeae