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 GitHub Actions #37

Merged
merged 4 commits into from
Feb 19, 2021
Merged

Add GitHub Actions #37

merged 4 commits into from
Feb 19, 2021

Conversation

ysk24ok
Copy link
Collaborator

@ysk24ok ysk24ok commented Feb 15, 2021

I've decided to use GitHub Actions instead of Travis CI because

When new release is published, the Actions workflow uploads wheels to the release page.
Originally in #35 (comment) , I was going to serve wheels in this repository, but I found that serving wheels as assets of a release page is much easier.

Users will be able to install a wheel like this,

$ pip install warpctc_pytorch==X.Y.Z+torchXX.cudaXX -f https://github.com/espnet/warp-ctc/releases/tag/vX.Y.Z

After this pull request is merged, I'll publish a new release and see if the wheels are attached to the release page.

@ysk24ok
Copy link
Collaborator Author

ysk24ok commented Feb 15, 2021

Hm, I'm not sure why the Actions workflow doesn't work in this pull request ..

@ysk24ok
Copy link
Collaborator Author

ysk24ok commented Feb 18, 2021

@sw005320 Could you review this PR?

Copy link

@sw005320 sw005320 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
This is a very clear strategy for me.

@ysk24ok
Copy link
Collaborator Author

ysk24ok commented Feb 19, 2021

Thank you for the review. Let me merge this PR.

@ysk24ok ysk24ok merged commit 6867892 into espnet:pytorch_bindings Feb 19, 2021
@ysk24ok ysk24ok deleted the add_actions branch February 19, 2021 06:31
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