File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 runs-on : ubuntu-latest
1919 steps :
2020 - uses : actions/checkout@v4
21- - uses : actions/setup-python@v4
21+ - uses : actions/setup-python@v5
2222 - run : pip install yardang
2323 - run : yardang build
2424 - name : Deploy
25- uses : peaceiris/actions-gh-pages@v3
25+ uses : peaceiris/actions-gh-pages@v4
2626 with :
2727 publish_branch : gh-pages
2828 github_token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11## Python Project Templates
22
33[ ![ GitHub] ( https://img.shields.io/badge/repo-github-181717?logo=github&logoColor=white )] ( https://github.com/python-project-templates )
4+ [](https://copier.readthedocs.io/en/stable/)
45[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-brightgreen )] ( https://github.com/python-project-templates )
5- [](https://copier.readthedocs.io/en/stable/)
66
77This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
88
You can’t perform that action at this time.
0 commit comments