Skip to content

Commit

Permalink
fix(ci): pypi not run on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cboin1996 committed Aug 24, 2024
1 parent b8dcb38 commit 4ec4dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
name: Build distribution 📦
runs-on: ubuntu-latest

if: github.ref != 'refs/heads/gh-pages'
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 4ec4dda

Please sign in to comment.