Skip to content

Commit 7a9ce20

Browse files
committed
Fix source distribution so it does not depend on eccodeslib
1 parent 15ebb61 commit 7a9ce20

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ on:
1818
paths:
1919
- '.github/workflows/cd.yml'
2020
jobs:
21-
#wheel-windows:
22-
# uses: ./.github/workflows/build-wheel-windows.yml
23-
# secrets: inherit
21+
wheel-windows:
22+
uses: ./.github/workflows/build-wheel-windows.yml
23+
secrets: inherit
2424
pypi:
25-
#needs: [wheel-windows]
25+
needs: [wheel-windows]
2626
uses: ecmwf/reusable-workflows/.github/workflows/cd-pypi.yml@v2
2727
with:
2828
env_vars: |
2929
{
3030
"DEPEND_ON_ECCODESLIB": "1"
3131
}
3232
buildargs: --no-isolation
33-
testpypi: true
3433
secrets: inherit
3534

3635

gribapi/bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import cffi
2525

26-
__version__ = "2.45.2"
26+
__version__ = "2.45.0"
2727

2828
LOG = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)