Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xoolive committed Jun 27, 2024
1 parent c3e3c3f commit d334742
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

env:
PYTHON_VERSION: "3.11"
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.8.2"

jobs:
documentation:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.8.2"

jobs:
deploy:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
POETRY_VERSION: "1.7.0"
POETRY_VERSION: "1.8.2"

jobs:
deploy:
Expand Down Expand Up @@ -144,4 +144,5 @@ jobs:
if: ${{ github.event_name != 'pull_request_target' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env_vars: PYTHON_VERSION

0 comments on commit d334742

Please sign in to comment.