Skip to content

Commit

Permalink
Update Poetry to 2.0.1 and bump tox workflow version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnor-sigurdsson committed Jan 20, 2025
1 parent b014f02 commit a154bf0
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
env:
PYTEST_GROUP: ${{ matrix.group }}
run: |
pip install tox==4.14.1
pip install poetry==1.8.2
pip install tox==4.23.2
pip install poetry==2.0.1
tox -e py_partial
getrelease:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
with:
python-version: '3.12'
architecture: x64
- run: pip install poetry==1.8.2
- run: pip install poetry==2.0.1
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
env:
PYTEST_GROUP: ${{ matrix.group }}
run: |
pip install tox==4.14.1
pip install poetry==1.8.2
pip install tox==4.23.2
pip install poetry==2.0.1
tox -e py_partial
- name: Upload coverage to Codecov
if: matrix.os == 'ubuntu-24.04'
Expand Down
Loading

0 comments on commit a154bf0

Please sign in to comment.