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
4 changes: 2 additions & 2 deletions .github/workflows/cd-manylinux-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Download the manylinux wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-${{ matrix.py-version }}-manylinux-wheel
path: dist/
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

steps:
- name: Download the manylinux wheel
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-${{ matrix.py-version }}-manylinux-wheel
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-sdist-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

steps:
- name: Download the source distribution
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-source-distribution
path: dist/
Expand All @@ -70,7 +70,7 @@ jobs:

steps:
- name: Download the source distribution
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: python-package-source-distribution
path: dist/
Expand Down