We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785ea19 commit 9f0e08dCopy full SHA for 9f0e08d
2 files changed
.github/workflows/CI.yml
@@ -10,10 +10,10 @@ on:
10
11
jobs:
12
validation:
13
- uses: microsoft/action-python/.github/workflows/validation.yml@0.3.12
+ uses: microsoft/action-python/.github/workflows/validation.yml@0.6.4
14
15
publish:
16
- uses: microsoft/action-python/.github/workflows/publish.yml@0.3.12
+ uses: microsoft/action-python/.github/workflows/publish.yml@0.6.4
17
secrets:
18
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
19
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
pyproject.toml
@@ -36,7 +36,7 @@ test = [
36
"flake8",
37
"flake8-pyproject",
38
"pre-commit==3.2.2",
39
- "pylint==2.17.3",
+ "pylint==2.17.4",
40
"pylint_junit",
41
"pytest-cov==4.0.0",
42
"pytest-mock<3.10.1",
0 commit comments