migrate gh artifact actions to v4 (#20)

* migrate gh artifact actions to v4

from migration guide no breaking changes apply here.

* updates pipfile.lock dependency versions

* updates CI due to pytest issue see https://github.com/scipy/scipy/issues/22236

* bump to python 3.12

* revert to py3.10
This commit is contained in:
Miguel Sozinho Ramalho
2025-01-09 15:47:27 +00:00
committed by GitHub
parent de4d4689b9
commit e9b7680263
2 changed files with 1852 additions and 1064 deletions

View File

@@ -44,11 +44,11 @@ jobs:
- python: "3.10" - python: "3.10"
task: task:
name: "Test" name: "Test"
run: pytest --exitfirst --failed-first run: pytest --exitfirst --failed-first --assert=plain
- python: "3.7" - python: "3.8"
task: task:
name: "Test (3.7)" name: "Test (3.8)"
run: pytest --exitfirst --failed-first run: pytest --exitfirst --failed-first --assert=plain
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@@ -65,7 +65,7 @@ jobs:
- name: Upload package distribution files - name: Upload package distribution files
if: matrix.task.name == 'Build' if: matrix.task.name == 'Build'
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: package name: package
path: dist path: dist
@@ -99,7 +99,7 @@ jobs:
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Download package distribution files - name: Download package distribution files
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: package name: package
path: dist path: dist

2904
Pipfile.lock generated

File diff suppressed because it is too large Load Diff