Skip to content

Commit

Permalink
Merge pull request #216 from paw-lu/release-nox
Browse files Browse the repository at this point in the history
Constrain release nox session to 3.10
  • Loading branch information
paw-lu authored Nov 27, 2022
2 parents eb579a6 + 4bacb14 commit 0f68886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
architecture: x64
- run: pip install nox==2022.11.21
- run: pip install poetry==1.2.2
- run: nox --force-color
- run: nox --force-color --python=3.10
- run: poetry build --ansi
- uses: pypa/[email protected]
with:
Expand Down

0 comments on commit 0f68886

Please sign in to comment.