-
Notifications
You must be signed in to change notification settings - Fork 138
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 #1623 from glotzerlab/release-4.2.0
Release HOOMD-blue 4.2.0
- Loading branch information
Showing
14 changed files
with
77 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
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].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: release | ||
path: | | ||
|
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/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
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].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: release | ||
path: | | ||
|
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 |
---|---|---|
|
@@ -105,13 +105,13 @@ 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].2 | ||
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].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -181,7 +181,7 @@ env: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
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 |
---|---|---|
|
@@ -82,7 +82,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -143,13 +143,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].2 | ||
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].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -188,7 +188,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -249,7 +249,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -299,7 +299,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -361,7 +361,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -422,13 +422,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].2 | ||
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].2 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
path: install.tar | ||
|
@@ -475,7 +475,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
@@ -544,7 +544,7 @@ jobs: | |
run: ( shopt -s dotglob nullglob; rm -rf ./* ) | ||
shell: bash | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.3 | ||
uses: actions/checkout@v4.0.0 | ||
with: | ||
path: code | ||
submodules: true | ||
|
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
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
Submodule tutorial
updated
39 files