Skip to content

Commit

Permalink
Release v0.2.2 II
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Dec 30, 2024
1 parent 6bbe8d1 commit ea0e1fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ jobs:
python -m pip install --upgrade pip
python -m pip install build
- name: Build source and wheel distributions
if: github.ref == 'refs/heads/main'
run: |
# Change setuptools-scm local_scheme to "no-local-version" so the
# local part of the version isn't included, making the version string
# compatible with Test PyPI.
sed --in-place 's/version_file/local_scheme = "no-local-version"\nversion_file/g' pyproject.toml
- name: Build source and wheel distributions
run: |
# Build source and wheel packages
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Changelog
v0.2.2 : Update home and build backend
--------------------------------------

**2024-12-30**

No code changes. What changed:
- Moved from github.com/prisae to github.com/emsig.
- Ported build from distutils to meson (thanks @jokva).
Expand All @@ -13,6 +15,8 @@ No code changes. What changed:
v0.2.1 : Fix packaging
----------------------

**2020-05-22**

Version 0.2.0 had some problems with the way it was packaged on PyPi and
conda-forge. Nothing changed in the code itself.

Expand Down

0 comments on commit ea0e1fd

Please sign in to comment.