Replace Travis CI with GitHub Actions
This commit is contained in:
parent
e4ca881c95
commit
9033debfcd
|
@ -3,8 +3,6 @@ pull_request_rules:
|
|||
conditions:
|
||||
- label=automerge
|
||||
- status-success=build
|
||||
- status-success=continuous-integration/travis-ci/pr
|
||||
- status-success=continuous-integration/travis-ci/push
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
||||
|
|
|
@ -4,10 +4,9 @@ pyLast
|
|||
[](https://pypi.org/project/pylast/)
|
||||
[](https://pypi.org/project/pylast/)
|
||||
[](https://pypistats.org/packages/pylast)
|
||||
[](https://travis-ci.org/pylast/pylast)
|
||||
[](https://github.com/pylast/pylast/actions)
|
||||
[](https://codecov.io/gh/pylast/pylast)
|
||||
[](https://coveralls.io/github/pylast/pylast?branch=master)
|
||||
[](https://github.com/python/black)
|
||||
[](https://github.com/psf/black)
|
||||
[](https://zenodo.org/badge/latestdoi/7803088)
|
||||
|
||||
A Python interface to [Last.fm](https://www.last.fm/) and other API-compatible websites such as [Libre.fm](https://libre.fm/).
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
# Release Checklist
|
||||
|
||||
* [ ] Get master to the appropriate code release state.
|
||||
[Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for
|
||||
[GitHub Actions](https://github.com/pylast/pylast/actions) should be running cleanly for
|
||||
all merges to master.
|
||||
[](https://github.com/pylast/pylast/actions)
|
||||
|
||||
* [ ] Edit release draft, adjust text if needed:
|
||||
https://github.com/pylast/pylast/releases
|
||||
|
@ -13,8 +14,8 @@
|
|||
|
||||
* [ ] Publish release
|
||||
|
||||
* [ ] Check the tagged [Travis CI build](https://travis-ci.org/pylast/pylast) has
|
||||
deployed to [PyPI](https://pypi.org/project/pylast/#history)
|
||||
* [ ] Check the tagged [GitHub Actions build](https://github.com/pylast/pylast/actions?query=workflow%3ADeploy)
|
||||
has deployed to [PyPI](https://pypi.org/project/pylast/#history)
|
||||
|
||||
* [ ] Check installation:
|
||||
|
||||
|
|
Loading…
Reference in a new issue