Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Show built files
shell: bash
run: ls -la wheelhouse
- uses: actions/upload-artifact@v6.0.0
- uses: actions/upload-artifact@v7.0.1
name: Upload sdist artifact
with:
name: sdist_wheels
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Show built files
shell: bash
run: ls -la wheelhouse
- uses: actions/upload-artifact@v6.0.0
- uses: actions/upload-artifact@v7.0.1
name: Upload wheels artifact
with:
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
packages-dir: publish_wheelhouse
skip-existing: true
repository-url: https://test.pypi.org/legacy/
- uses: actions/upload-artifact@v6.0.0
- uses: actions/upload-artifact@v7.0.1
name: Upload deploy artifacts
with:
name: deploy_artifacts
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
with:
packages-dir: publish_wheelhouse
skip-existing: true
- uses: actions/upload-artifact@v6.0.0
- uses: actions/upload-artifact@v7.0.1
name: Upload deploy artifacts
with:
name: deploy_artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
echo "MOD_DPATH = $MOD_DPATH"
python -m pytest --verbose --cov=infer_stack $MOD_DPATH ../tests
cd ..
- uses: actions/upload-artifact@v6.0.0
- uses: actions/upload-artifact@v7.0.1
name: Upload sdist artifact
with:
name: sdist_wheels
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Show built files
shell: bash
run: ls -la wheelhouse
- uses: actions/upload-artifact@v6.0.0
- uses: actions/upload-artifact@v7.0.1
name: Upload wheels artifact
with:
name: wheels-${{ matrix.os }}-${{ matrix.arch }}
Expand Down
Loading