Browse Source

Update sm tools in CI

pull/324/head
Ionite 1 year ago
parent
commit
b008ddc69c
No known key found for this signature in database
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -235,7 +235,7 @@ jobs:
python-version: '3.11'
- name: Install Python Dependencies
run: pip install stability-matrix-tools~=0.2.7
run: pip install stability-matrix-tools>=0.2.9
- name: Publish Auto-Update Release
env:
@ -264,7 +264,7 @@ jobs:
python-version: '3.11'
- name: Install Python Dependencies
run: pip install stability-matrix-tools~=0.2.7
run: pip install stability-matrix-tools>=0.2.9
# Zip each build
- name: Zip Artifacts

Loading…
Cancel
Save