libggml-python 0.9.4__tar.gz → 0.9.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,16 +26,16 @@ jobs:
26
26
  runs-on: macos-latest
27
27
 
28
28
  steps:
29
- - uses: actions/checkout@v5
29
+ - uses: actions/checkout@v6
30
30
  with:
31
31
  submodules: recursive
32
32
 
33
33
  - name: Build wheels
34
- uses: pypa/cibuildwheel@v3.2.1
34
+ uses: pypa/cibuildwheel@v3.3.0
35
35
  env:
36
36
  CIBW_PLATFORM: ${{ matrix.platform || 'auto' }}
37
37
 
38
- - uses: actions/upload-artifact@v4
38
+ - uses: actions/upload-artifact@v6
39
39
  with:
40
40
  name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
41
41
  path: ./wheelhouse/*.whl
@@ -44,12 +44,12 @@ jobs:
44
44
  name: Build source distribution
45
45
  runs-on: ubuntu-latest
46
46
  steps:
47
- - uses: actions/checkout@v5
47
+ - uses: actions/checkout@v6
48
48
 
49
49
  - name: Build sdist
50
50
  run: pipx run build --sdist
51
51
 
52
- - uses: actions/upload-artifact@v4
52
+ - uses: actions/upload-artifact@v6
53
53
  with:
54
54
  name: cibw-sdist
55
55
  path: dist/*.tar.gz
@@ -62,10 +62,10 @@ jobs:
62
62
  id-token: write
63
63
  if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
64
64
  steps:
65
- - uses: actions/download-artifact@v5
65
+ - uses: actions/download-artifact@v7
66
66
  with:
67
67
  pattern: cibw-*
68
68
  path: dist
69
69
  merge-multiple: true
70
70
 
71
- - uses: pypa/gh-action-pypi-publish@release/v1
71
+ - uses: pypa/gh-action-pypi-publish@v1.13.0
@@ -1,4 +1,4 @@
1
1
  [submodule "ggml"]
2
2
  path = ggml
3
3
  url = https://github.com/ggml-org/ggml
4
- branch = v0.9.4
4
+ branch = v0.9.5
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: libggml-python
3
- Version: 0.9.4
3
+ Version: 0.9.5
4
4
  Summary: Prebuilt ggml libraries
5
5
  Author: benniekiss
6
6
  License-Expression: MIT
@@ -2,8 +2,7 @@
2
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
3
  "extends": [
4
4
  "config:recommended",
5
- ":configMigration",
6
- ":pinDevDependencies"
5
+ ":configMigration"
7
6
  ],
8
7
  "prHourlyLimit": 0,
9
8
  "prConcurrentLimit": 0,
@@ -14,4 +13,4 @@
14
13
  "git-submodules": {
15
14
  "enabled": true
16
15
  }
17
- }
16
+ }
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
28
28
  commit_id: COMMIT_ID
29
29
  __commit_id__: COMMIT_ID
30
30
 
31
- __version__ = version = '0.9.4'
32
- __version_tuple__ = version_tuple = (0, 9, 4)
31
+ __version__ = version = '0.9.5'
32
+ __version_tuple__ = version_tuple = (0, 9, 5)
33
33
 
34
- __commit_id__ = commit_id = 'gfc6d29963'
34
+ __commit_id__ = commit_id = 'g7b2ef6a20'
File without changes
File without changes