Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefftriplett/python-github-actions-matrix-demo
:1234: GitHub Actions Matrix example with Python and Django
https://github.com/jefftriplett/python-github-actions-matrix-demo
django github-actions matrix python
Last synced: 3 days ago
JSON representation
:1234: GitHub Actions Matrix example with Python and Django
- Host: GitHub
- URL: https://github.com/jefftriplett/python-github-actions-matrix-demo
- Owner: jefftriplett
- Created: 2019-12-03T14:56:16.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T17:31:42.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T06:14:00.676Z (7 months ago)
- Topics: django, github-actions, matrix, python
- Homepage:
- Size: 82 KB
- Stars: 42
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to python-github-actions-matrix-demo :wave:
> GitHub Actions Matrix example with Python and Django
This repository is an example of how to use [GitHub Actions Matrix feature](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategymatrix).
Our demo uses the `matrix` feature to install:
- Python versions: 2.7, 3.6, 3.7, 3.8, 3.9, and 3.10
- Django versions: 1.11 (LTS), 2.0, 2.1, 2.2 (LTS), 3.0, 3.1, 3.2 (LTS), and 4.0See the [actions.yml workflow](https://github.com/jefftriplett/python-github-actions-matrix-demo/blob/main/.github/workflows/actions.yml) for the matrix example.
### :house_with_garden: [Homepage](https://github.com/jefftriplett/python-github-actions-matrix-demo)
### :sparkles: [Demo](https://github.com/jefftriplett/python-github-actions-matrix-demo/actions)
## Author
:bust_in_silhouette: **Jeff Triplett**
* Website: https://jefftriplett.com
* Twitter: [@webology](https://twitter.com/webology)
* Github: [@jefftriplett](https://github.com/jefftriplett)## :handshake: Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/jefftriplett/python-github-actions-matrix-demo/issues).## Show your support
Give a :star: if this project helped you!