-
Notifications
You must be signed in to change notification settings - Fork 11
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
Trying Actions #62
Merged
Trying Actions #62
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
multiple python versions
deploy the package to pypi when new release is created.
update to check if docs deploy
fix invalid yaml, use if for conditional to only deploy on push to develop
amoodie
force-pushed
the
actions
branch
2 times, most recently
from
June 20, 2020 23:52
d06949a
to
e0b76d1
Compare
5 tasks
elbeejay
approved these changes
Jun 21, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for testing and figuring this out to make the switch! 🤞
amoodie
added a commit
to amoodie/pyDeltaRCM
that referenced
this pull request
Feb 25, 2021
* Create python-app.yml * Update python-app.yml multiple python versions * cleanup, remove flake8 * Rename python-app.yml to install_and_test.yml * remove 3.5 tests * add multiple os to install and test on * Update and rename install_and_test.yml to build.yml * Create deploy.yml deploy the package to pypi when new release is created. * add documentation build and deploy * fix syntax error * disable fail-fast to run all jobs to end * Update devguide.rst update to check if docs deploy * add coverage reporting * deploy on push to develop only fix invalid yaml, use if for conditional to only deploy on push to develop * parallel coverage options * change job name to docs * add path to cov file * switch to coveralls as command * consolidate jobs * switch pip install editable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR will begin the transition from Travis to Github Actions as our CI.
I have set up building, testing, documentation, and releases to PyPi with the PR. However, it's really hard to test that the Actions work as expected without actually doing the action that triggers the Actions. So I have made a checklist over at #63 to track that everything is working correctly.
I have temporarily (or perhaps permanently) disabled Travis to test all of these Github Actions.
@elbeejay you cool with merging this to give it a shot instead of travis? After merging I'll check that the docs are deployed correctly 🤞 to the website. I've opened a separate issue to fix the failing windows builds, because I believe this is related to #58, rather than the CI itself (issue is #64).
📣 when you merge, do a "squash and merge" plz