-
Notifications
You must be signed in to change notification settings - Fork 1
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 #69 from cdce8p/dev
Release v0.3.4
- Loading branch information
Showing
14 changed files
with
68 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Generate partial Python venv restore key | ||
|
@@ -37,7 +37,7 @@ jobs: | |
'requirements_test_pre_commit.txt') }}" | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: venv | ||
key: >- | ||
|
@@ -60,7 +60,7 @@ jobs: | |
hashFiles('.pre-commit-config.yaml') }}" | ||
- name: Restore pre-commit environment | ||
id: cache-precommit | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ${{ env.PRE_COMMIT_CACHE }} | ||
key: >- | ||
|
@@ -82,12 +82,12 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: venv | ||
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ | ||
|
@@ -99,7 +99,7 @@ jobs: | |
exit 1 | ||
- name: Restore pre-commit environment | ||
id: cache-precommit | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: ${{ env.PRE_COMMIT_CACHE }} | ||
key: ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }} | ||
|
@@ -123,12 +123,12 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: venv | ||
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ | ||
|
@@ -153,12 +153,12 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: venv | ||
key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ | ||
|
@@ -187,7 +187,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Generate partial Python venv restore key | ||
|
@@ -198,7 +198,7 @@ jobs: | |
'requirements_test_pre_commit.txt') }}" | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: venv | ||
key: >- | ||
|
@@ -228,12 +228,12 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ matrix.python-version }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Restore Python virtual environment | ||
id: cache-venv | ||
uses: actions/[email protected].4 | ||
uses: actions/[email protected].6 | ||
with: | ||
path: venv | ||
key: ${{ runner.os }}-${{ steps.python.outputs.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 |
---|---|---|
|
@@ -17,13 +17,13 @@ jobs: | |
uses: actions/[email protected] | ||
- name: Set up Python ${{ env.DEFAULT_PYTHON }} | ||
id: python | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
python-version: ${{ env.DEFAULT_PYTHON }} | ||
- name: Install requirements | ||
run: | | ||
python -m pip install -U pip twine wheel | ||
python -m pip install -U "setuptools>=56.0.0" | ||
python -m pip install -U "setuptools>=57.1.0" | ||
- name: Build distributions | ||
run: | | ||
python setup.py sdist bdist_wheel | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
aiofiles==0.6.0 | ||
aiofiles==0.7.0 | ||
autoflake==1.4 | ||
isort==5.8.0 | ||
pyupgrade==2.12.0 | ||
reorder-python-imports==2.4.0 | ||
isort==5.9.2 | ||
pyupgrade==2.21.2 | ||
reorder-python-imports==2.5.0 |
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 @@ | ||
black==20.8b1 | ||
black==21.7b0 |
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,6 +1,7 @@ | ||
-r requirements_test_pre_commit.txt | ||
mypy==0.812 | ||
pre-commit==2.12.0 | ||
pylint==2.7.4 | ||
pytest==6.2.3 | ||
pytest-asyncio==0.14.0 | ||
mypy==0.910 | ||
pre-commit==2.13.0 | ||
pylint==2.9.3 | ||
pytest==6.2.4 | ||
pytest-asyncio==0.15.1 | ||
types-aiofiles==0.1.7 |
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,3 +1,3 @@ | ||
flake8==3.9.0 | ||
isort==5.8.0 | ||
pyupgrade==2.12.0 | ||
flake8==3.9.2 | ||
isort==5.9.2 | ||
pyupgrade==2.21.2 |
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