Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HypothesisWorks/hypothesis
/ assert_can_release
Function
assert_can_release
tooling/src/hypothesistooling/git.py:94–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
94
def
assert_can_release():
95
assert not IS_PULL_REQUEST,
"Cannot release from pull requests"
96
97
98
def
modified_files():
Callers
2
upload_distribution_to_pypi
Function · 0.90
push_tag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected