Skip to content

Commit

Permalink
(Issue #94) Intentionally break wheel builds.
Browse files Browse the repository at this point in the history
I confirmed locally that builds end in error with non-zero exit code.  This is
to confirm that new package publishing action fails appropriately.
  • Loading branch information
jared321 committed Sep 18, 2024
1 parent 5a62816 commit 7089898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ authors = [
description = "A python package for Bayesian model mixing"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.9"
rquires-python = ">=3.9"
# We request that users who want to use non-default bilby samplers (e.g.,
# ptemcee) manually install the related packages first.
dependencies = [
Expand Down

0 comments on commit 7089898

Please sign in to comment.