Skip to content

Commit

Permalink
Fix pypi publish logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 25, 2023
1 parent e1468b2 commit 83c1294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
path: toltecmk
publish:
name: Publish to PyPi
runs-on: ubuntu-20
runs-on: ubuntu-20.04
needs: [build, links]
if: github.repository == 'toltec-dev/build' && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
permissions:
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
- name: Download pip packages
id: download
uses: action/download-artifact@v4
uses: actions/download-artifact@v4
with:
name: pip
- name: Publish package distributions to PyPI
Expand Down

0 comments on commit 83c1294

Please sign in to comment.