Skip to content

Commit

Permalink
feat: transfer project management to Pixi (#133)
Browse files Browse the repository at this point in the history
* feat: started port to pixi

* feat: updated test suite for pixi and started refactor of cicd

* build: added coverage to gha

* fix: explicitly direct location of package code and update pixi in pipeline

* fix: added linux to pixi

* chore: update GitHub Actions workflow for improved deployment process

* chore: clean up GitHub Actions workflow by removing commented-out jobs and updating dependencies

* chore: update GitHub Actions workflow to deploy from both main and devel branches, and refresh dependencies in pixi.lock

* chore(sem-ver): 1.6.0-rc.1

* fix: update version_toml path in pyproject.toml for semantic release

* chore(sem-ver): 1.6.0-rc.2

* chore: remove requirements.txt file and poetry.lock

* chore: update authors and maintainers in pyproject.toml,  and add __version__ in __init__.py

* chore: remove setup.py file as part of project restructuring

* chore: update pixi.lock and add ruff configuration for linting

* chore: fix some recommendations from coderabbit

---------

Co-authored-by: semantic-release <semantic-release>
  • Loading branch information
jjjermiah committed Nov 18, 2024
1 parent ee0ea45 commit d5aa071
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/imgtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# from . import io, ops, pipeline, utils

# __all__ = ['io', 'ops', 'utils', 'pipeline']

__version__ = '1.6.0-rc.2'
__version__ = "1.6.0-rc.2"

0 comments on commit d5aa071

Please sign in to comment.