Skip to content

Commit bbbabd0

Browse files
committed
Fix manylinux NuGet publish date and remove deprecated ubuntu packages
1 parent 7732912 commit bbbabd0

6 files changed

Lines changed: 12 additions & 150 deletions

.github/workflows/publish_nuget.yml

Lines changed: 8 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -18,38 +18,6 @@ jobs:
1818
name: packages_windows
1919
branch: ${{ github.ref_name }}
2020

21-
- name: Download ubuntu 22 artifact
22-
uses: dawidd6/action-download-artifact@v14
23-
with:
24-
github_token: ${{secrets.GITHUB_TOKEN}}
25-
workflow: ubuntu.yml
26-
name: artifacts_ubuntu_22.04
27-
branch: ${{ github.ref_name }}
28-
29-
- name: Download ubuntu 24 artifact
30-
uses: dawidd6/action-download-artifact@v14
31-
with:
32-
github_token: ${{secrets.GITHUB_TOKEN}}
33-
workflow: ubuntu.yml
34-
name: artifacts_ubuntu_24.04
35-
branch: ${{ github.ref_name }}
36-
37-
- name: Download ubuntu 22 slim artifact
38-
uses: dawidd6/action-download-artifact@v14
39-
with:
40-
github_token: ${{secrets.GITHUB_TOKEN}}
41-
workflow: ubuntu-slim.yml
42-
name: artifacts_ubuntu_slim_22.04
43-
branch: ${{ github.ref_name }}
44-
45-
- name: Download ubuntu 24 slim artifact
46-
uses: dawidd6/action-download-artifact@v14
47-
with:
48-
github_token: ${{secrets.GITHUB_TOKEN}}
49-
workflow: ubuntu-slim.yml
50-
name: artifacts_ubuntu_slim_24.04
51-
branch: ${{ github.ref_name }}
52-
5321
- name: Download ubuntu arm artifact
5422
uses: dawidd6/action-download-artifact@v14
5523
with:
@@ -74,6 +42,14 @@ jobs:
7442
name: artifacts_wasm
7543
branch: ${{ github.ref_name }}
7644

45+
- name: Download manylinux artifact
46+
uses: dawidd6/action-download-artifact@v14
47+
with:
48+
github_token: ${{secrets.GITHUB_TOKEN}}
49+
workflow: manylinux.yml
50+
name: nuget-packages-manylinux
51+
branch: ${{ github.ref_name }}
52+
7753
- run: |
7854
ls -l
7955

docs/docfx/articles/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Install OpenCvSharp via NuGet Package Manager:
2424
dotnet add package OpenCvSharp4
2525

2626
# Native bindings (choose one based on your platform)
27-
dotnet add package OpenCvSharp4.runtime.win # Windows
28-
+# dotnet add package OpenCvSharp4.runtime.win.slim # Windows slim
29-
dotnet add package OpenCvSharp4.official.runtime.ubuntu.24.04-x64 # Ubuntu 24.04
30-
# dotnet add package OpenCvSharp4.official.runtime.ubuntu.24.04-x64.slim # Ubuntu 24.04 slim
27+
dotnet add package OpenCvSharp4.runtime.win # Windows
28+
# dotnet add package OpenCvSharp4.runtime.win.slim # Windows slim
29+
dotnet add package OpenCvSharp4.official.runtime.linux-x64 # Linux x64
30+
# dotnet add package OpenCvSharp4.official.runtime.linux-x64.slim # Linux x64 slim
3131
```
3232

3333
### Quick Example

nuget/OpenCvSharp4.official.runtime.ubuntu.22.04-x64.csproj

Lines changed: 0 additions & 29 deletions
This file was deleted.

nuget/OpenCvSharp4.official.runtime.ubuntu.22.04-x64.slim.csproj

Lines changed: 0 additions & 28 deletions
This file was deleted.

nuget/OpenCvSharp4.official.runtime.ubuntu.24.04-x64.csproj

Lines changed: 0 additions & 29 deletions
This file was deleted.

nuget/OpenCvSharp4.official.runtime.ubuntu.24.04-x64.slim.csproj

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)