File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 DISCOVER_VERSION : ${{ steps.get_version.outputs.version }}
4141 run : |
4242 source ../venv/bin/activate
43- python3 -m build . -s
43+ python3 -m build .
4444
4545 - name : Publish package
4646 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Original file line number Diff line number Diff line change 11This file lists all changes to the code
22
3- v0.3.1 (29Dec25)
3+ v0.3.2 (29Dec25)
44----------------
55
66* BUG: Fixed CI workflow to use ` DISCOVER_VERSION ` environment variable when building
7+ * BUG: Build wheel in addition to sdist (wheel has version baked into metadata)
78
89v0.3.0 (29Dec25)
910----------------
Original file line number Diff line number Diff line change 3333from DiscoverVersion import __version__ , get_version
3434
3535
36- _current_version = "0.3.1 "
36+ _current_version = "0.3.2 "
3737
3838
3939def test_version_discovery ():
You can’t perform that action at this time.
0 commit comments