-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1783 from glotzerlab/release-4.7.0
Release 4.7.0
- Loading branch information
Showing
16 changed files
with
77 additions
and
45 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
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
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
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
fetch-depth: 0 | ||
submodules: true | ||
|
@@ -70,7 +70,7 @@ jobs: | |
run: tar -cvzf ${name}-${tag:1}.tar.gz ${name}-${tag:1} | ||
|
||
- name: Upload release files | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: release | ||
path: | | ||
|
@@ -84,7 +84,7 @@ jobs: | |
|
||
steps: | ||
- name: Download artifacts | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: release | ||
|
||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
fetch-depth: 0 | ||
submodules: true | ||
|
@@ -57,7 +57,7 @@ jobs: | |
run: tar -cvzf ${name}-${tag:1}.tar.gz ${name}-${tag:1} | ||
|
||
- name: Upload release files | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: release | ||
path: | | ||
|
@@ -71,7 +71,7 @@ jobs: | |
|
||
steps: | ||
- name: Download artifacts | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: release | ||
|
||
|
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 |
---|---|---|
|
@@ -107,29 +107,29 @@ env: | |
# Upload the tarballs. Retain the file for a limited time in case developers need to download | ||
# and run tests locally for further debugging. | ||
- name: 'Upload build' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: build.tar | ||
retention-days: 7 | ||
- name: 'Upload install' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
retention-days: 7 | ||
<% endset %> | ||
<% set download_build_steps %> | ||
- name: Download build | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
run: << tar_command >> -xvf build.tar | ||
<% endset %> | ||
<% set download_install_steps %> | ||
- name: Download install | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -183,7 +183,7 @@ env: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -211,7 +211,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Use jetstream2-admin/start | ||
uses: glotzerlab/jetstream2-admin/[email protected].4 | ||
uses: glotzerlab/jetstream2-admin/[email protected].5 | ||
with: | ||
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }} | ||
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }} | ||
|
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Use jetstream2-admin/start | ||
uses: glotzerlab/jetstream2-admin/[email protected].4 | ||
uses: glotzerlab/jetstream2-admin/[email protected].5 | ||
with: | ||
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }} | ||
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }} | ||
|
@@ -84,7 +84,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -145,13 +145,13 @@ jobs: | |
# Upload the tarballs. Retain the file for a limited time in case developers need to download | ||
# and run tests locally for further debugging. | ||
- name: 'Upload build' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: build.tar | ||
retention-days: 7 | ||
- name: 'Upload install' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -190,13 +190,13 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -251,13 +251,13 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
||
- name: Download build | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
|
@@ -301,13 +301,13 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -364,7 +364,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -425,13 +425,13 @@ jobs: | |
# Upload the tarballs. Retain the file for a limited time in case developers need to download | ||
# and run tests locally for further debugging. | ||
- name: 'Upload build' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: build.tar | ||
retention-days: 7 | ||
- name: 'Upload install' | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -479,13 +479,13 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -549,13 +549,13 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: code | ||
submodules: true | ||
|
||
- name: Download build | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].7 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
|
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 |
---|---|---|
|
@@ -180,3 +180,4 @@ Simone Ciarella <[email protected]> Ciarella, S <[email protected]> | |
Simone Ciarella <[email protected]> SCiarella <[email protected]> | ||
Simone Ciarella <[email protected]> SCiarella <[email protected]> | ||
Kieran Nehil-Puleo <[email protected]> kierannp <[email protected]> | ||
Cristina Butu <[email protected]> crisbutu <[email protected]> |
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
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
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
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
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
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
Oops, something went wrong.