Skip to content

Commit

Permalink
Merge pull request #14 from shazamio/feat/add_segment_duration
Browse files Browse the repository at this point in the history
Update version to 1.1.0-rc.1 and change actions/upload-artifact@v3 to…
  • Loading branch information
dotX12 authored Feb 2, 2025
2 parents 40b93c0 + ae30c9d commit 7a21d31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# args: --release --out dist/dist --interpreter python${{ matrix.python-version }}
# sccache: 'true'
# - name: Upload wheels
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: wheels
# path: dist
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
args: --release --out dist/dist --interpreter python${{ matrix.python-version }}
sccache: 'true'
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
run: docker run --rm -v $(pwd)/dist:/tmp shazamio_core cp -R /opt/dist /tmp

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand All @@ -118,7 +118,7 @@ jobs:
command: sdist
args: --out dist
- name: Upload sdist
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit 7a21d31

Please sign in to comment.