Skip to content

Commit

Permalink
include py.typed file & port to pixi (#52)
Browse files Browse the repository at this point in the history
* include py.typed file & port to pixi

* lint

* does this work?

* no outside codeowners

* try quoted path

* escape

* lint

* is this caused by the report var?

* try runner temp

* fixed upstream

* Update .github/workflows/ci.yml

Co-authored-by: Pavel Zwerschke <[email protected]>

* Update pyproject.toml

Co-authored-by: Pavel Zwerschke <[email protected]>

* use hatchling to build

* remove old flake config

* keep src folder

* use setuptools-scm

* set package-dir folder

* keep pull_request trigger

* use mypy pre-commit hook

* use stubs dir, mypy still failing

* add ruff cache to gitignore

* fix mypy

* add build workflow

* use pixi to build pypi package

* use v0.8.0

* cleanup build.yml

* keep branches

* Update .gitattributes

Co-authored-by: Pavel Zwerschke <[email protected]>

* include taplo

* only publish on tags

* checkout with history

* always set checkout options

* bye

* just use packages list

* update readme

* dynamically set version

---------

Co-authored-by: Pavel Zwerschke <[email protected]>
  • Loading branch information
Bela Stoyan and pavelzw authored May 23, 2024
1 parent d1209b6 commit af01871
Show file tree
Hide file tree
Showing 30 changed files with 4,452 additions and 557 deletions.
57 changes: 0 additions & 57 deletions .conda_lock_files/py312_lin64.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .conda_lock_files/py312_osx64.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .conda_lock_files/py312_win64.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .conda_lock_files/py36_lin64.yml

This file was deleted.

57 changes: 0 additions & 57 deletions .conda_lock_files/py36_linux64.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .conda_lock_files/py36_osx64.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .conda_lock_files/py36_win64.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .flake8

This file was deleted.

2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@

*.{py,yaml,yml,sh} text eol=lf
*.bat text eol=crlf
# GitHub syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* @jonashaag
* @0xbe7a
* @pavelzw
Loading

0 comments on commit af01871

Please sign in to comment.