RxPY icon indicating copy to clipboard operation
RxPY copied to clipboard

Verson number in GitHub release is 0.0.0

Open s-t-e-v-e-n-k opened this issue 2 years ago • 0 comments

Describe the bug Downloading the 4.0.4 release from GitHub:

steven@conjecture:/tmp/tmp.d811GMff6W% wget -q https://github.com/ReactiveX/RxPY/archive/refs/tags/v4.0.4.tar.gz
steven@conjecture:/tmp/tmp.d811GMff6W% tar zxf v4.0.4.tar.gz 
steven@conjecture:/tmp/tmp.d811GMff6W% cd RxPY-4.0.4 
steven@conjecture:/tmp/tmp.d811GMff6W/RxPY-4.0.4% grep version pyproject.toml
version = "0.0.0" # NOTE: will be updated by publish script

Expected behavior I would hope released versions artefacts report the version number correctly.

s-t-e-v-e-n-k avatar Sep 22 '23 06:09 s-t-e-v-e-n-k