Skip to content

Commit e9a186d

Browse files
committed
ci: github actions fixed
1 parent b488f1a commit e9a186d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bump version
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
bump-version:

.github/workflows/docs-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
poetry run mkdocs build
4040
4141
- name: Deploy preview
42-
uses: rossjrw/pr-preview-action@v2
42+
uses: rossjrw/pr-preview-action@v1
4343
with:
4444
source-dir: ./site/

.github/workflows/docs-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish documentation
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
build:

.github/workflows/pr-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Tests
77

88
on:
99
push:
10-
branches: ["master"]
10+
branches: ["main"]
1111
pull_request:
1212
branches: ["*"]
1313
workflow_dispatch:
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
24+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
2525
steps:
2626
- uses: actions/checkout@v4
2727
with:

.github/workflows/pythonpublish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
3131
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
3232
run: |
33-
./scripts/publish
33+
./scripts/release

0 commit comments

Comments
 (0)