Skip to content

Commit 9e50f53

Browse files
committed
add note on how to build the package whell locally
1 parent 70de351 commit 9e50f53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,6 @@ The release process is automated through GitHub Actions workflows. Here's what h
180180
5. The PyPI upload uses credentials stored as GitHub repository secrets
181181

182182
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

Comments
 (0)