File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 8181 python -m pip install --upgrade pip
8282 python -m pip install build
8383
84- - name : Build source and wheel distributions
85- if : github.ref == 'refs/heads/main'
86- run : |
87- # Change setuptools-scm local_scheme to "no-local-version" so the
88- # local part of the version isn't included, making the version string
89- # compatible with Test PyPI.
90- sed --in-place 's/version_file/local_scheme = "no-local-version"\nversion_file/g' pyproject.toml
91-
9284 - name : Build source and wheel distributions
9385 run : |
9486 # Build source and wheel packages
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ Changelog
55v0.2.2 : Update home and build backend
66--------------------------------------
77
8+ **2024-12-30 **
9+
810No code changes. What changed:
911- Moved from github.com/prisae to github.com/emsig.
1012- Ported build from distutils to meson (thanks @jokva).
@@ -13,6 +15,8 @@ No code changes. What changed:
1315v0.2.1 : Fix packaging
1416----------------------
1517
18+ **2020-05-22 **
19+
1620Version 0.2.0 had some problems with the way it was packaged on PyPi and
1721conda-forge. Nothing changed in the code itself.
1822
You can’t perform that action at this time.
0 commit comments