Skip to content

Commit

Permalink
Only run tests on release
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Jul 19, 2023
1 parent e4e7817 commit 7c1efbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
architecture: x64
- run: pip install nox==2023.4.22
- run: pip install nox-poetry==1.0.3
- run: pip install poetry==1.5.
- run: nox
- run: pip install poetry==1.5.1
- run: nox -s tests-3.9
- run: poetry build
- run: poetry publish --username=__token__ --password=${{ secrets.PYPI_TOKEN }}

0 comments on commit 7c1efbe

Please sign in to comment.