Skip to content

Commit

Permalink
Fix typo in job name for checking helics_apps dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark committed Feb 9, 2024
1 parent d9d2898 commit 26b86e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
path: helics_apps-pip/dist/*.tar.gz


check_helics_appcs-dist:
check_helics_apps-dist:
name: Check helics_apps Python packages
needs: [build-helics_apps, build-helics_apps-sdist]
runs-on: ubuntu-20.04
Expand All @@ -103,7 +103,7 @@ jobs:
- run: pipx run twine check --strict dist/*

publish-helics_apps:
needs: [build-helics_apps, build-helics_apps-sdist, check_helics_appcs-dist]
needs: [build-helics_apps, build-helics_apps-sdist, check_helics_apps-dist]
runs-on: ubuntu-latest
if: github.event.action == 'published' || endsWith(github.ref, 'main')
environment:
Expand Down

0 comments on commit 26b86e4

Please sign in to comment.