Skip to content
Open
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
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: changelogging preview > ${{ env.changelog }}

- name: Upload changelog ${{ inputs.version }}
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: changelog
path: ${{ env.changelog }}
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
args: --out dist

- name: Upload source
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-source
path: dist
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python-version }}

- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python-version }}

- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python-version }}

- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python-version }}

- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python-version }}

- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}
path: dist
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
args: --release --out dist --interpreter python${{ matrix.python-version }}

- name: Upload wheel
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: wheels-${{ matrix.target }}-${{ matrix.python-version }}
path: dist
Expand Down