Skip to content

Commit fb84044

Browse files
Merge pull request #494 from RonnyPfannschmidt/workflow-python-v2
fix #432 - update python workflows to v2
2 parents f3773ac + aea1f50 commit fb84044

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v1
13-
- uses: actions/setup-python@v1
13+
- uses: actions/setup-python@v2
1414
- name: set PY
1515
run: echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >> $GITHUB_ENV
1616
- uses: actions/cache@v1

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
name: Python bdist/wheel
108108
steps:
109109
- uses: actions/checkout@v1
110-
- uses: actions/setup-python@v1
110+
- uses: actions/setup-python@v2
111111
with:
112112
python-version: "3.8"
113113
- name: Install dependencies

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ v4.1.0
3434
v4.0.0
3535
======
3636

37-
* Add ``parentdir_project_version`` to support installs from GitHub release
37+
* Add ``parentdir_prefix_version`` to support installs from GitHub release
3838
tarballs.
3939
* use Coordinated Universal Time (UTC)
4040
* switch to github actions for ci

0 commit comments

Comments
 (0)