Skip to content

Commit

Permalink
Always download
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Oct 22, 2024
1 parent cf58c7e commit 89753d2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,11 @@ jobs:
path: ./wheelhouse/*.whl

- uses: actions/[email protected] # https://github.com/actions/upload-artifact/issues/478
if: startsWith(github.ref, 'refs/tags/')
with:
pattern: curl_cffi-*
path: dist

- run: |
unzip dist/*.zip -d dist
unzip *.zip -d dist
ls -al
Expand All @@ -104,9 +102,6 @@ jobs:
with:
pattern: curl_cffi-*
path: dist
- run: |
gunzip *.zip
ls -al

# - uses: pypa/[email protected]
# if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 89753d2

Please sign in to comment.