Skip to content

Commit

Permalink
fix(#33): release to pypi (#34)
Browse files Browse the repository at this point in the history
- [ ] I have considered whether this PR needs review, and requested a review if necessary.

Fixes issue #

# Notes for reviewers
Reviewers can skip X, but should pay attention to Y.
  • Loading branch information
MartinBernstorff authored Feb 5, 2024
1 parent 971fa64 commit e143395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name: Release
on:
workflow_run:
workflows: ["Tests"]
workflows: ["build-and-test"]
types:
- completed
# Manual trigger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# then it will in python 3.9 (ubuntu-latest) create a badge with the coverage
# and add it to the PR. This badge will be updated if the PR is updated.

name: Tests
name: build-and-test
on:
push:
branches: [main]
Expand Down

0 comments on commit e143395

Please sign in to comment.