File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 3636 run : venv/bin/ruff check --output-format=github
3737 - name : Check ruff formatting
3838 run : venv/bin/ruff format --check --diff
39- - name : Install lualatex (temporary, until githubci docker image is updated)
40- run : |
41- apt-get update
42- apt-get install fonts-cmu fonts-noto-color-emoji texlive-luatex
4339 - name : Test with pytest
4440 run : venv/bin/pytest
4541 - name : Run mypy
5753 - name : Build debian packages
5854 run : |
5955 make builddeb
60- - name : Install lualatex (temporary, until githubci docker image is updated)
61- run : |
62- apt-get update
63- apt-get install fonts-cmu fonts-noto-color-emoji texlive-luatex
6456 - name : Install debian package
6557 run : dpkg -i ../kattis-problemtools_*.deb
6658 - name : Verify examples
Original file line number Diff line number Diff line change @@ -68,9 +68,9 @@ if [[ $THIS_REPO_VERSION != $UPSTREAM_VERSION ]]; then
6868fi
6969
7070
71- echo " Below is untested, echoing commands instead of running them"
72- echo " Creating a draft release on github"
71+ echo " Create a draft release on github"
7372echo gh -R Kattis/problemtools release create -d v$VERSION
7473echo " After finalizing the release on GitHub, please:"
75- echo " - trigger the pypi release workflow"
74+ echo " - trigger the pypi release workflow (Run workflow on https://github.com/Kattis/problemtools/actions/workflows/pypi.yml )"
75+ echo " - git fetch upstream (pulling the tag to the local repo)"
7676echo " - run $ROOT /admin/update_docker.sh v$VERSION "
You can’t perform that action at this time.
0 commit comments