Skip to content

Commit

Permalink
Remove mention of NEURON_WHEEL_VERSION
Browse files Browse the repository at this point in the history
Replace it with `SETUPTOOLS_SCM_PRETEND_VERSION`
  • Loading branch information
JCGoran committed Nov 11, 2024
1 parent 2abbd25 commit 27e4e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/python_wheels.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ $ git diff
```

The reason we are setting `SETUPTOOLS_SCM_PRETEND_VERSION` to a desired version `8.1a` because `setup.py` uses `git describe` and it will give different version name as we are now on a new branch!
`NEURON_WHEEL_VERSION` will also stop your wheels from getting extra numbers on the version
`SETUPTOOLS_SCM_PRETEND_VERSION` will also stop your wheels from getting extra numbers on the version.


## Nightly wheels
Expand Down

0 comments on commit 27e4e87

Please sign in to comment.