Skip to content

Commit

Permalink
chore: bump nox, nox-poetry & poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsOveTen committed Jun 29, 2021
1 parent b8334ab commit 6d06119
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
with:
python-version: '3.9'
architecture: x64
- run: pip install nox==2020.8.22
- run: pip install poetry==1.1.4
- run: pip install nox-poetry
- run: pip install nox==2021.6.12
- run: pip install poetry==1.1.7
- run: pip install nox-poetry==0.8.6
- run: nox --sessions tests-3.9 coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
python-version: '3.9'
architecture: x64
- run: pip install nox==2020.8.22
- run: pip install poetry==1.1.4
- run: pip install nox-poetry
- run: pip install nox==2021.6.12
- run: pip install poetry==1.1.7
- run: pip install nox-poetry==0.8.6
- run: nox
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: pip install nox==2020.8.22
- run: pip install poetry==1.1.4
- run: pip install nox-poetry
- run: pip install nox==2021.6.12
- run: pip install poetry==1.1.7
- run: pip install nox-poetry==0.8.6
- run: nox

0 comments on commit 6d06119

Please sign in to comment.