Skip to content

Commit

Permalink
Merge pull request #25 from XXII-AI/CI/fix_publish
Browse files Browse the repository at this point in the history
Fix CI condition to run
  • Loading branch information
ClementPinard authored Sep 19, 2024
2 parents 7a59e38 + 450813f commit f5bc1f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on:
branches:
- main
pull_request:
workflow_call:

jobs:
# Run our test suite on various combinations of OS & Python versions
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Publish to PyPI
on:
push:
tags:
- '*'


permissions:
Expand All @@ -14,6 +15,7 @@ jobs:
# calls our general CI workflow (tests, build docs, etc.)
tests:
uses: ./.github/workflows/CI.yaml
secrets: inherit

build-package:
name: "Build & verify 🐻 Lours package"
Expand Down

0 comments on commit f5bc1f4

Please sign in to comment.