You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,3 +180,6 @@ The release process is automated through GitHub Actions workflows. Here's what h
180
180
5. The PyPI upload uses credentials stored as GitHub repository secrets
181
181
182
182
This automated process ensures consistent and reliable releases while preventing common issues like version mismatches or failed tests from being published.
183
+
184
+
NOTE: If you wanna build locally, run `CHECK_VERSION=False python -m build`. This will skip the check tag version conditions defined in `setup.py`, allowing
185
+
to create the wheel locally, without having a tag with a version matching the `src/pyscript/version` file.
0 commit comments