migrate to poetry 2 and standard metadata

This commit is contained in:
Branch Vincent 2025-10-24 09:38:43 -07:00
parent 9c9d81ca5a
commit 8ec8f87767
No known key found for this signature in database
11 changed files with 2473 additions and 92 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -50,7 +50,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -29,7 +29,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -28,7 +28,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
- name: setup python venv

View file

@ -28,7 +28,7 @@ jobs:
- name: install poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
- name: setup python venv

View file

@ -21,7 +21,7 @@ jobs:
- name: Install Poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"

View file

@ -26,7 +26,7 @@ jobs:
# Step 3: Install Poetry
- name: Install Poetry
run: |
export POETRY_VERSION=1.8.5
export POETRY_VERSION=2.2.1
curl -sSL https://install.python-poetry.org | python3 -
export PATH="$HOME/.local/bin:$PATH"