Skip to content
Snippets Groups Projects
Commit e4d2f8b4 authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.5.1

parent c3504975
No related branches found
No related tags found
No related merge requests found
...@@ -255,12 +255,8 @@ jobs: ...@@ -255,12 +255,8 @@ jobs:
with: with:
name: wheels name: wheels
path: dist path: dist
- uses: pypa/gh-action-pypi-publish@master - uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.ref, 'refs/tags') if: startsWith(github.ref, 'refs/tags')
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
skip_existing: true
release: release:
environment: GitHub Releases environment: GitHub Releases
......
...@@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -6,7 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
[Unreleased]: https://github.com/althonos/pyfastani/compare/v0.5.0...HEAD [Unreleased]: https://github.com/althonos/pyfastani/compare/v0.5.1...HEAD
## [v0.5.1] - 2024-02-20
[v0.5.1]: https://github.com/althonos/pyfastani/compare/v0.5.0...v0.5.1
### Added
- Pre-compiled wheels for Python 3.12 and PyPy 3.10.
### Fixed
- Use NEON and SSE2 unconditionally on platforms where they are available by default.
## [v0.5.0] - 2023-07-22 ## [v0.5.0] - 2023-07-22
......
...@@ -12,7 +12,7 @@ from ._fastani import ( ...@@ -12,7 +12,7 @@ from ._fastani import (
__author__ = "Martin Larralde <martin.larralde@embl.de>" __author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT" __license__ = "MIT"
__version__ = "0.5.0" __version__ = "0.5.1"
__doc__ = _fastani.__doc__ __doc__ = _fastani.__doc__
__all__ = [ __all__ = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment