We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cff5d commit b74f06dCopy full SHA for b74f06d
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- version: ['1.21rc1']
+ version: ['1.21']
11
steps:
12
- uses: actions/checkout@v3
13
- name: Build
@@ -22,7 +22,7 @@ jobs:
22
runs-on: macos-latest
23
24
25
26
27
28
@@ -37,7 +37,7 @@ jobs:
37
runs-on: windows-latest
38
39
40
41
42
43
- uses: conda-incubator/setup-miniconda@v2
otconda/construct.yaml
@@ -1,5 +1,5 @@
1
name: otconda
2
-version: '1.21rc1'
+version: '1.21'
3
4
channels:
5
- conda-forge
0 commit comments