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