Skip to content

Commit

Permalink
ci: test whether download-artifacts can merge together
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Nov 29, 2024
1 parent f5c1d68 commit e68a0c7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,6 @@ jobs:
pattern: curl_cffi-*
path: download

- run: |
ls download
unzip download/\*.zip -d download
ls -al download
upload_all:
needs: [bdist, sdist]
runs-on: ubuntu-latest
Expand All @@ -104,11 +98,10 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
pattern: curl_cffi-*
path: download
merge-multiple: true
path: dist

- run: |
ls download
unzip download/\*.zip -d dist
ls -al dist
- uses: pypa/[email protected]
Expand Down

0 comments on commit e68a0c7

Please sign in to comment.