Skip to content

Commit

Permalink
packaging: Use PEP 621
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jan 4, 2025
1 parent bf91100 commit 4ad8c26
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 337 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pip==24.3.1
nox==2024.10.9
nox-poetry==1.0.3
poetry==1.8.5
poetry @ git+https://github.com/python-poetry/poetry.git@main
poetry-dynamic-versioning==1.4.1
poetry-plugin-export==1.8.0
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
- name: Install Poetry
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version
poetry self show plugins
Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
- name: Install Poetry
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version
poetry self show plugins
Expand Down
Loading

0 comments on commit 4ad8c26

Please sign in to comment.