Skip to content

Commit 83246a7

Browse files
authored
Merge pull request #373 from gkreitz/post_release_cleanup
Post release cleanup
2 parents c490856 + 1211d75 commit 83246a7

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
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
@@ -57,10 +53,6 @@ jobs:
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

admin/make_release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ if [[ $THIS_REPO_VERSION != $UPSTREAM_VERSION ]]; then
6868
fi
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"
7372
echo gh -R Kattis/problemtools release create -d v$VERSION
7473
echo "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)"
7676
echo " - run $ROOT/admin/update_docker.sh v$VERSION"

0 commit comments

Comments
 (0)