Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "make upload" target #14

Closed
mithro opened this issue Sep 16, 2020 · 1 comment
Closed

Add "make upload" target #14

mithro opened this issue Sep 16, 2020 · 1 comment
Assignees

Comments

@mithro
Copy link
Member

mithro commented Sep 16, 2020

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
@mithro mithro assigned rw1nkler and mithro and unassigned rw1nkler Sep 16, 2020
@rw1nkler
Copy link
Contributor

rw1nkler commented Oct 1, 2020

Added in a51b80e

@rw1nkler rw1nkler closed this as completed Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants