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

Automatically deploy to PyPI when tags are created #77

Merged
merged 9 commits into from
Mar 8, 2020

Conversation

danielhers
Copy link
Contributor

Project on PyPI: https://pypi.org/project/streusle/
Currently deployment is done manually by

python setup.py bdist_wheel
python setup.py sdist
twine upload dist/*

With this change, Travis CI will deploy automatically when a tag is created on GitHub.
Also added some very basic tests for CI and a PyPI badge to the README.

@nschneid nschneid merged commit 72fd7e2 into nert-nlp:master Mar 8, 2020
@nschneid
Copy link
Contributor

nschneid commented Mar 8, 2020

Thanks!

@danielhers danielhers deleted the deploy branch March 8, 2020 17:36
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

Successfully merging this pull request may close these issues.

2 participants