mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-10 15:20:56 +00:00
88d882b5b8
We address the following issues in CI: - Node 12 deprecation: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ To do that we upgrade actions/checkout and actions/setup-python to v3. - Deprecated set-output command: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ - Get rid of the actions/upload-files-to-a-github-release action to use the gh script which ships by default in GitHub hosted runners: https://github.com/cli/cli Unfortunately we could not get rid of the ugly `sed` in `make release-description`. I wish we could use `envsubst` but it's not available on GitHub action runners.
13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
.*.swp
|
|
!.gitignore
|
|
TODO
|
|
__pycache__
|
|
*.egg-info/
|
|
|
|
/build/
|
|
/dist/
|
|
|
|
# Unit test/ coverage reports
|
|
.coverage
|
|
/htmlcov/
|