-
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 #1747 from glotzerlab/release-4.6.0
Release 4.6.0
- Loading branch information
Showing
16 changed files
with
75 additions
and
30 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 |
---|---|---|
|
@@ -84,12 +84,12 @@ jobs: | |
|
||
steps: | ||
- name: Download artifacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: release | ||
|
||
- name: Create release | ||
uses: softprops/action-gh-release@v0.1.15 | ||
uses: softprops/action-gh-release@v2.0.2 | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
with: | ||
files: "*.tar.gz" | ||
|
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 |
---|---|---|
|
@@ -71,12 +71,12 @@ jobs: | |
|
||
steps: | ||
- name: Download artifacts | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: release | ||
|
||
- name: Create release | ||
uses: softprops/action-gh-release@v0.1.15 | ||
uses: softprops/action-gh-release@v2.0.2 | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
with: | ||
files: "*.tar.gz" | ||
|
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 |
---|---|---|
|
@@ -121,15 +121,15 @@ env: | |
<% endset %> | ||
<% set download_build_steps %> | ||
- name: Download build | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
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].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
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 |
---|---|---|
|
@@ -196,7 +196,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -257,7 +257,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download build | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: build-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar build | ||
|
@@ -307,7 +307,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -485,7 +485,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download install | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
name: install-${{ join(matrix.config, '_') }}-${{ github.sha }} | ||
- name: Untar install | ||
|
@@ -555,7 +555,7 @@ jobs: | |
submodules: true | ||
|
||
- name: Download build | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
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 |
---|---|---|
@@ -1 +1,2 @@ | ||
!.github | ||
hoomd/extern |
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