Skip to content

Commit

Permalink
Merge pull request #62 from nipype/fix/auto
Browse files Browse the repository at this point in the history
update release workflows
  • Loading branch information
satra authored Feb 24, 2024
2 parents 64e351e + 3ab7bc3 commit 771ba26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
pypi-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.0.0
with:
python-version: 3.11

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- master

env:
AUTO_VERSION: v11.0.4
AUTO_VERSION: v11.1.1

jobs:
auto-release:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Prepare repository
# Fetch full git history and tags
Expand All @@ -26,9 +26,9 @@ jobs:
run: git config --local --unset http.https://github.com/.extraheader

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5.0.0
with:
python-version: 3.7
python-version: "3.10"

- name: Download auto
run: |
Expand Down

0 comments on commit 771ba26

Please sign in to comment.