Skip to content

Commit

Permalink
Update Workflows again
Browse files Browse the repository at this point in the history
  • Loading branch information
TillerBurr committed Dec 12, 2023
1 parent 0e7f380 commit c586b77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
name: Publish to Github
runs-on: ubuntu-latest
needs: tag-release
permissions:
contents: write
steps:
- uses: softprops/action-gh-release@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: changes
if: ${{needs.changes.outputs.python== 'true'}}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install rye
uses: eifinger/setup-rye@v1
with:
Expand All @@ -55,7 +55,7 @@ jobs:
python-version: [3.8, 3.9, "3.10","3.11","3.12"]
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install rye
uses: eifinger/setup-rye@v1
with:
Expand Down

0 comments on commit c586b77

Please sign in to comment.