Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
blairlyons committed Aug 13, 2024
1 parent d094053 commit a1a5170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ jobs:
- name: Lint
run: just lint

# Publish to PyPI if test, lint, and manifest checks passed
# Publish to PyPI if lint and manifest checks passed
publish:
if: "success() && startsWith(github.ref, 'refs/tags/')"
needs: [check-manifest, test, lint]
needs: [check-manifest, lint]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit a1a5170

Please sign in to comment.