act?
All checks were successful
CI / Typst formatting (push) Successful in 13s
CI / Typos (push) Successful in 15s
CI / Build (push) Successful in 11m24s

This commit is contained in:
2025-01-21 22:43:56 -08:00
parent 2e711ba477
commit a0f470a5dd
3 changed files with 83 additions and 13 deletions

View File

@ -52,7 +52,8 @@ jobs:
sudo apt install --yes \
texlive texlive-xetex \
texlive-games texlive-fonts-extra texlive-latex-extra \
texlive-pictures texlive-pstricks
texlive-pictures texlive-pstricks \
python3-requests
# Typst isn't packaged, and manual download gives us
# more control anyway.
@ -85,3 +86,12 @@ jobs:
name: "Build output"
path: "output/*"
retention-days: 10
- name: "Publish package"
run: |
PUBLISH_USER="${{ secrets.PUBLISH_USER }}" \
PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \
VERSION="${{ github.sha }}" \
python tools/build/publish.py