Skip to content

Commit

Permalink
Merge pull request #112 from pelican-plugins/forked-githubrelease
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer authored Feb 3, 2024
2 parents 6787fab + 8a16d41 commit 78b2b86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }} & PDM
uses: pdm-project/setup-pdm@v3
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate links in Markdown files
uses: JustinBeckwith/linkinator-action@v1
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -79,8 +79,8 @@ jobs:
- name: Check release
id: check_release
run: |
python -m pip install --upgrade pip
python -m pip install autopub[github]
python -m pip install autopub
python -m pip install https://github.com/autopub/github-release/archive/pyproject.zip
autopub check
- name: Publish
Expand Down

0 comments on commit 78b2b86

Please sign in to comment.