Skip to content

Commit ea0e1fd

Browse files
committed
Release v0.2.2 II
1 parent 6bbe8d1 commit ea0e1fd

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,6 @@ jobs:
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

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Changelog
55
v0.2.2 : Update home and build backend
66
--------------------------------------
77

8+
**2024-12-30**
9+
810
No 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:
1315
v0.2.1 : Fix packaging
1416
----------------------
1517

18+
**2020-05-22**
19+
1620
Version 0.2.0 had some problems with the way it was packaged on PyPi and
1721
conda-forge. Nothing changed in the code itself.
1822

0 commit comments

Comments
 (0)