Skip to content

Commit

Permalink
Prepare for release 1.0.3-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzalab committed Oct 19, 2023
1 parent f258b61 commit 5818bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildall_and_publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build and Deploy all

on: [release] # , push
on: [release]

jobs:
Pypi:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Test code

on: [pull_request] # , push
on: [pull_request, push]

jobs:
test:
Expand Down

0 comments on commit 5818bcb

Please sign in to comment.