-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9200be5
commit a95a998
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
steps: | ||
# We need the full repo to avoid this issue | ||
# https://github.com/actions/checkout/issues/23 | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -74,7 +74,7 @@ jobs: | |
cp benchmarks.log .asv/results/ | ||
working-directory: ${{ env.ASV_DIR }} | ||
|
||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].5 | ||
if: always() | ||
with: | ||
name: asv-benchmark-results-${{ runner.os }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
outputs: | ||
triggered: '${{ steps.detect-trigger.outputs.trigger-found }}' | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 2 | ||
- uses: xarray-contrib/[email protected] | ||
|
@@ -29,7 +29,7 @@ jobs: | |
run: | ||
shell: 'bash -l {0}' | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Set up conda | ||
|
@@ -59,7 +59,7 @@ jobs: | |
run: | ||
shell: 'bash -l {0}' | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- uses: conda-incubator/[email protected] | ||
with: | ||
channels: conda-forge | ||
|
@@ -89,7 +89,7 @@ jobs: | |
run: | ||
shell: 'bash -l {0}' | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
- name: Set up conda | ||
uses: conda-incubator/[email protected] | ||
with: | ||
|
@@ -127,15 +127,15 @@ jobs: | |
- macos-latest | ||
- windows-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup python | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: '3.11' | ||
- name: Set up Julia | ||
uses: julia-actions/setup-julia@v2.0.0 | ||
uses: julia-actions/setup-julia@v2.3.0 | ||
with: | ||
version: 1.7.1 | ||
- name: Install dependencies | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ jobs: | |
packages: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
|
||
- name: Set up Python | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
python-version: "3.10" | ||
|
||
|
@@ -45,7 +45,7 @@ jobs: | |
|
||
- name: Publish a Python distribution to PyPI | ||
if: success() && github.event_name == 'release' | ||
uses: pypa/gh-action-pypi-publish@v1.8.14 | ||
uses: pypa/gh-action-pypi-publish@v1.9.0 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.PYPI_PASSWORD }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/[email protected].4 | ||
- uses: actions/[email protected].7 | ||
with: | ||
# [Required] Access token with `workflow` scope. | ||
token: ${{ secrets.WORKFLOW_SECRET }} | ||
|