Skip to content

Commit 39f39e6

Browse files
authored
Merge pull request #323 from clamsproject/314-py3.12-setup.py
install process updated for newer python
2 parents c966d52 + 88e7479 commit 39f39e6

File tree

961 files changed

+33585
-4623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

961 files changed

+33585
-4623
lines changed

β€Ž.github/workflows/codecov.ymlβ€Ž

Lines changed: 5 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -17,55 +17,8 @@ on:
1717
default: "develop"
1818

1919
jobs:
20-
test:
21-
name: "πŸ§ͺ Test with coverage"
22-
runs-on: ubuntu-latest
23-
strategy:
24-
matrix:
25-
python-version: ["3.11", "3.10"]
26-
env:
27-
OS: linux
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
steps:
30-
- name: "πŸ›οΈ Checkout repository"
31-
uses: actions/checkout@v4
32-
with:
33-
ref: ${{ github.event.inputs.branch || github.ref }}
34-
- name: "🐍 Setup Python"
35-
uses: actions/setup-python@v4
36-
with:
37-
python-version: ${{ matrix.python-version }}
38-
- name: "πŸ§ͺ Run test and generate coverage report"
39-
working-directory: .
40-
run: |
41-
echo "codecov.dev" > VERSION
42-
make test
43-
- name: "πŸ“¦ Upload coverage artifact"
44-
uses: actions/upload-artifact@v4
45-
with:
46-
name: coverage-report-${{ matrix.python-version }}
47-
path: ./coverage.xml
48-
49-
upload:
50-
name: "☁️ Upload coverage to Codecov"
51-
runs-on: ubuntu-latest
52-
needs: test
53-
steps:
54-
- name: "πŸ›οΈ Checkout repository"
55-
uses: actions/checkout@v4
56-
with:
57-
ref: ${{ github.event.inputs.branch || github.ref }}
58-
- name: "πŸ“₯ Download coverage artifact"
59-
uses: actions/download-artifact@v4
60-
with:
61-
name: coverage-report-3.10
62-
- name: "☁️ Upload coverage to Codecov"
63-
uses: codecov/codecov-action@v3
64-
with:
65-
token: ${{ secrets.CODECOV_UPLOAD_TOKEN_MMIF_PYTHON }}
66-
files: ./coverage.xml
67-
flags: unittests
68-
env_vars: OS,PYTHON
69-
name: coverage
70-
fail_ci_if_error: true
71-
20+
test-and-codecov:
21+
name: "πŸ€™ Call SDK test workflow"
22+
uses: clamsproject/.github/.github/workflows/sdk-codecov.yml@main
23+
secrets:
24+
CC_REPO_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN_MMIF_PYTHON }}

β€Ž.github/workflows/publish.ymlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
- '[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
9-
packge-and-upload:
9+
package-and-upload:
1010
name: "πŸ€™ Call SDK publish workflow"
1111
uses: clamsproject/.github/.github/workflows/sdk-publish.yml@main
1212
secrets: inherit
13-

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 29 additions & 0 deletions

β€Ždocs/0.3.0/.buildinfoβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: f096d2caba7303b9a2d38a50c0ba12a6
3+
config: 150c922e863772efb719a199ed6b54a2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1.59 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)