Skip to content

Commit

Permalink
chore: tweak workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Jan 24, 2025
1 parent 5c73406 commit 9d83f5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [test]
environment: pypi
environment:
name: pypi
url: https://pypi.org/p/pgn-tokenizer
permissions:
id-token: write
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# https://til.simonwillison.net/pypi/pypi-releases-from-github
# https://github.com/snok/install-poetry
# https://jacobian.org/til/github-actions-poetry/

name: Run Tests

on:
Expand Down Expand Up @@ -29,7 +30,7 @@ jobs:
enable-cache: true
python-version: ${{ matrix.python-version }}

- name: Install lint dependencies
- name: Install test dependencies
run: |
uv sync --group test
Expand Down

0 comments on commit 9d83f5b

Please sign in to comment.