Skip to content

Commit 3cbeb48

Browse files
committed
Add development release workflow
1 parent cdbe0b4 commit 3cbeb48

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/dev-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,11 @@ jobs:
6262
uses: actions/cache@v3
6363
with:
6464
path: ~/.cache/pip
65-
key: ${{ runner.os }}-python-3.10-dev-release-${{ hashFiles('requirements*.txt') }}
65+
key: ${{ runner.os }}-python-3.10-release-${{ hashFiles('requirements*.txt') }}
6666
restore-keys: |
67-
${{ runner.os }}-python-3.10-dev-release-${{ hashFiles('requirements*.txt') }}
6867
${{ runner.os }}-python-3.10-release-${{ hashFiles('requirements*.txt') }}
6968
${{ runner.os }}-python-3.10-tests-${{ hashFiles('requirements*.txt') }}
7069
${{ runner.os }}-python-3.10-codeql-${{ hashFiles('requirements*.txt') }}
71-
${{ runner.os }}-python-3.10-dev-release-
7270
${{ runner.os }}-python-3.10-release-
7371
${{ runner.os }}-python-3.10-tests-
7472
${{ runner.os }}-python-3.10-codeql-

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ jobs:
6363
key: ${{ runner.os }}-python-3.10-release-${{ hashFiles('requirements*.txt') }}
6464
restore-keys: |
6565
${{ runner.os }}-python-3.10-release-${{ hashFiles('requirements*.txt') }}
66-
${{ runner.os }}-python-3.10-dev-release-${{ hashFiles('requirements*.txt') }}
6766
${{ runner.os }}-python-3.10-tests-${{ hashFiles('requirements*.txt') }}
6867
${{ runner.os }}-python-3.10-codeql-${{ hashFiles('requirements*.txt') }}
69-
${{ runner.os }}-python-3.10-dev-release-
7068
${{ runner.os }}-python-3.10-release-
7169
${{ runner.os }}-python-3.10-tests-
7270
${{ runner.os }}-python-3.10-codeql-

0 commit comments

Comments
 (0)