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 246f048
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Run updatezinfo.py (Unix)
run: ./ci_tools/retry.sh python updatezinfo.py
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 246f048

Please sign in to comment.