-
Notifications
You must be signed in to change notification settings - Fork 10
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 #174 from JuDFTteam/release-0.11.0
🚀 Release `0.11.0`
- Loading branch information
Showing
251 changed files
with
18,092 additions
and
4,451 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 |
---|---|---|
|
@@ -17,14 +17,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v3.1.2 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: 3.9 | ||
python-version: '3.10' | ||
|
||
- name: Cache python dependencies | ||
id: cache-pip | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: ~/.cache/pip | ||
key: pip-docs-${{ hashFiles('**/pyproject.toml') }} | ||
|
@@ -68,15 +68,15 @@ jobs: | |
|
||
- name: Cache python dependencies | ||
id: cache-pip | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: ~/.cache/pip | ||
key: pip-pre-commit-${{ hashFiles('**/pyproject.toml') }} | ||
restore-keys: | | ||
pip-pre-commit- | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v3.1.2 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: 3.8 | ||
|
||
|
@@ -104,15 +104,15 @@ jobs: | |
|
||
- name: Cache python dependencies | ||
id: cache-pip | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: ~/.cache/pip | ||
key: pip-${{ matrix.python-version }}-tests-${{ hashFiles('**/pyproject.toml') }} | ||
restore-keys: | | ||
pip-${{ matrix.python-version }}-tests | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v3.1.2 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
|
@@ -130,7 +130,7 @@ jobs: | |
pip install codecov | ||
codecov | ||
- uses: actions/upload-artifact@v2 | ||
- uses: actions/upload-artifact@v3 | ||
if: failure() | ||
with: | ||
name: matplotlib-comparison-${{ matrix.python-version }} | ||
|
@@ -144,7 +144,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python 3.7 | ||
uses: actions/setup-python@v3.1.2 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: 3.7 | ||
- name: Install flit | ||
|
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,14 +11,14 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- name: Set up Python 3.9 | ||
uses: actions/setup-python@v3.1.2 | ||
- name: Set up Python 3.10 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: 3.9 | ||
python-version: '3.10' | ||
|
||
- name: Cache python dependencies | ||
id: cache-pip | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: ~/.cache/pip | ||
key: pip-docs-${{ hashFiles('**/pyproject.toml') }} | ||
|
@@ -62,15 +62,15 @@ jobs: | |
|
||
- name: Cache python dependencies | ||
id: cache-pip | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: ~/.cache/pip | ||
key: pip-pre-commit-${{ hashFiles('**/pyproject.toml') }} | ||
restore-keys: | | ||
pip-pre-commit- | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v3.1.2 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: 3.8 | ||
|
||
|
@@ -103,15 +103,15 @@ jobs: | |
|
||
- name: Cache python dependencies | ||
id: cache-pip | ||
uses: actions/[email protected].2 | ||
uses: actions/[email protected].4 | ||
with: | ||
path: ~/.cache/pip | ||
key: pip-${{ matrix.python-version }}-tests-${{ hashFiles('**/pyproject.toml') }} | ||
restore-keys: | | ||
pip-${{ matrix.python-version }}-tests | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v3.1.2 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
|
@@ -129,7 +129,7 @@ jobs: | |
pip install codecov | ||
codecov | ||
- uses: actions/upload-artifact@v2 | ||
- uses: actions/upload-artifact@v3 | ||
if: failure() | ||
with: | ||
name: matplotlib-comparison-${{ matrix.python-version }} | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
|
||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v3.1.2 | ||
uses: actions/setup-python@v4.0.0 | ||
with: | ||
python-version: 3.8 | ||
|
||
|
@@ -40,7 +40,7 @@ jobs: | |
run: exit 1 | ||
|
||
- name: Create Pull Request | ||
uses: peter-evans/[email protected].2 | ||
uses: peter-evans/[email protected].4 | ||
with: | ||
commit-message: "[fleur release] Fleur schema update" | ||
branch: fleur-release/schema | ||
|
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.