We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ebb61 commit 7a9ce20Copy full SHA for 7a9ce20
.github/workflows/cd.yml
@@ -18,19 +18,18 @@ on:
18
paths:
19
- '.github/workflows/cd.yml'
20
jobs:
21
- #wheel-windows:
22
- # uses: ./.github/workflows/build-wheel-windows.yml
23
- # secrets: inherit
+ wheel-windows:
+ uses: ./.github/workflows/build-wheel-windows.yml
+ secrets: inherit
24
pypi:
25
- #needs: [wheel-windows]
+ needs: [wheel-windows]
26
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
27
with:
28
env_vars: |
29
{
30
"DEPEND_ON_ECCODESLIB": "1"
31
}
32
buildargs: --no-isolation
33
- testpypi: true
34
secrets: inherit
35
36
gribapi/bindings.py
@@ -23,7 +23,7 @@
import cffi
-__version__ = "2.45.2"
+__version__ = "2.45.0"
LOG = logging.getLogger(__name__)
0 commit comments