Skip to content

Commit

Permalink
Bump README versions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Nov 17, 2022
1 parent 63fda62 commit 0afb53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
build-and-publish:
uses: less-action/reusables/.github/workflows/python-publish.yaml@v7
uses: less-action/reusables/.github/workflows/python-publish.yaml@v8
with:
requirements_file: "setup.py"
secrets:
Expand All @@ -47,7 +47,7 @@ on:

jobs:
lint:
uses: less-action/reusables/.github/workflows/pre-commit.yaml@v7
uses: less-action/reusables/.github/workflows/pre-commit.yaml@v8
with:
python-version: "3.11"
```
Expand All @@ -70,5 +70,5 @@ on:
jobs:
check-build:
name: Check packaging
uses: less-action/reusables/.github/workflows/python-test-build.yaml@v7
uses: less-action/reusables/.github/workflows/python-test-build.yaml@v8
```

0 comments on commit 0afb53d

Please sign in to comment.