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

Leverage CI/CD to push new builds to PyPi #11

Open
richardstrnad opened this issue Nov 19, 2021 · 1 comment
Open

Leverage CI/CD to push new builds to PyPi #11

richardstrnad opened this issue Nov 19, 2021 · 1 comment

Comments

@richardstrnad
Copy link
Contributor

richardstrnad commented Nov 19, 2021

Currently this is done by hand, which is a really legacy way to do it ;-)

The process is in the Makefile, to sum it up

python setup.py sdist
twine upload dist/* --skip-existing
@richardstrnad richardstrnad changed the title Leverage CI/CD to test & push new builds to PyPi Leverage CI/CD to push new builds to PyPi Nov 19, 2021
@richardstrnad
Copy link
Contributor Author

Test are already done by CI/CD

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

1 participant