Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/use pixi #3

Closed
wants to merge 44 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
c74cc1f
set up pixi
blooop May 24, 2024
89d84b1
update to pixi
blooop May 24, 2024
900b96b
add secret
blooop May 24, 2024
44ec3bb
setup cache write
blooop May 24, 2024
4ce3290
add auth host
blooop May 24, 2024
84d8d30
update
blooop May 24, 2024
35901f8
update ci
blooop May 24, 2024
959871f
Revert "update ci"
blooop May 24, 2024
bc7af0b
remove
blooop May 24, 2024
ce12415
remove
blooop May 24, 2024
52c19fa
simplify pixi
blooop May 24, 2024
c6d9585
remove version
blooop May 24, 2024
affa035
add back old
blooop May 24, 2024
21d75fc
basic
blooop May 24, 2024
cc0fd41
add back
blooop May 24, 2024
2a472c6
re
blooop May 24, 2024
e306574
use name
blooop May 24, 2024
4727356
setup pixi
blooop May 24, 2024
02b7424
update version
blooop May 24, 2024
c69f952
update version
blooop May 24, 2024
38d1b53
remove versions
blooop May 25, 2024
15cad6a
update ci
blooop May 25, 2024
6bb3be9
update pyproject
blooop May 25, 2024
9198eac
add cache
blooop May 25, 2024
b12f180
update package location
blooop May 25, 2024
3315dc4
Merge branch 'feature/pix4' into feature/use_pixi
blooop May 25, 2024
d1dcb5c
update lock
blooop May 25, 2024
7f0428e
update project
blooop May 25, 2024
d4b2e4f
update
blooop May 25, 2024
6077091
update
blooop May 25, 2024
82ad045
revert
blooop May 25, 2024
703379b
update lock
blooop May 25, 2024
db07cfd
update pixi.lock
blooop May 25, 2024
dc73f05
update pixi.lock
blooop May 25, 2024
305362e
add pylint
blooop May 25, 2024
6254dd1
update pixi.lock
blooop May 25, 2024
1eac802
add remainging
blooop May 25, 2024
03c165e
remove .
blooop May 25, 2024
2cb91ba
update pixi.lock
blooop May 25, 2024
4eec776
update pixi.lock
blooop May 25, 2024
d4fb9cb
update pixi.lock
blooop May 25, 2024
1fb716d
minimal update to pyproject.tom
blooop May 25, 2024
582d59a
update pixi.lock
blooop May 25, 2024
66b383c
remove old
blooop May 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update project
  • Loading branch information
blooop committed May 25, 2024
commit 7f0428e2061f6aff7fda1a4d25420b8191917623
9 changes: 1 addition & 8 deletions 1pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[project]
name = "python_template"
version = "1.0.0"
description = "A python package template"
authors = [{name = "Austin Gregg-Smith", email = "blooop@gmail.com"}]
requires-python = ">=3.10"
readme = "README.md"
dependencies = []


[build-system]
requires = ["setuptools"]
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[project]
name = "python_template"
version = "0.1.0"
description = "Add a short description here"
version = "1.0.0"
description = "A python package template"
authors = [{name = "Austin Gregg-Smith", email = "blooop@gmail.com"}]
requires-python = ">= 3.10"
requires-python = ">=3.10"
readme = "README.md"
dependencies = []

[build-system]
Expand Down
Loading