ci: add pipeline #1

Merged
Hazel merged 7 commits from ci/add-pipeline into main 2024-04-26 09:48:08 +00:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit e97ee0ea13 - Show all commits

2
.gitignore vendored
View File

@ -160,3 +160,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# setuptools-scm
_version.py

View File

@ -12,5 +12,5 @@ __version__: str
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE
__version__ = version = '0.1.dev15'
__version_tuple__ = version_tuple = (0, 1, 'dev15')
__version__ = version = '0.1.dev17'
__version_tuple__ = version_tuple = (0, 1, 'dev17')