Skip to content

Commit 14137a8

Browse files
committed
remove all things that we are not using for lib management
1 parent c87f6d8 commit 14137a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# The type of runner that the job will run on
3232
strategy:
3333
matrix:
34-
python-versions: ['3.10-alpha']
34+
python-versions: [3.10.6]
3535
os: [ ubuntu-22.04, windows-latest ]
3636

3737
runs-on: ${{ matrix.os }}
@@ -121,7 +121,7 @@ jobs:
121121

122122
strategy:
123123
matrix:
124-
python-versions: ['3.10-alpha']
124+
python-versions: [3.10.6]
125125
os: [ ubuntu-22.04, windows-latest ]
126126

127127
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)