-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed release issue and added a build session so as to detect it earlier
- Loading branch information
Sylvain MARIE
committed
Sep 26, 2024
1 parent
6fd4c3c
commit 714fe1f
Showing
4 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -183,6 +183,9 @@ jobs: | |
uses: codecov/[email protected] | ||
with: | ||
files: ./docs/reports/coverage/coverage.xml | ||
- name: \[not on TAG\] Build wheel and sdist | ||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads') | ||
run: nox -s build | ||
|
||
# -------------- only on Ubuntu + TAG PUSH (no pull request) ----------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters