File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3434v4.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
You can’t perform that action at this time.
0 commit comments