Skip to content

Commit

Permalink
Run updatezinfo before build
Browse files Browse the repository at this point in the history
It is unclear why the release automation worked in the past without
this...
  • Loading branch information
pganssle committed Mar 1, 2024
1 parent edd3fd4 commit 423ca2f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -27,6 +27,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Run updatezinfo.py (Unix)
run: |
python -m venv venv
venv/bin/pip install -e .
./ci_tools/retry.sh venv/bin/python updatezinfo.py
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 423ca2f

Please sign in to comment.