Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Welcome to python-github-actions-matrix-demo :wave:



Twitter: webology


build matrix demo

> 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.0

See 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!