Skip to content

Commit

Permalink
github-actions: add wildcarn-pattern to upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jan 13, 2024
1 parent 06217ee commit a02341f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dist-artifacts-${{ matrix.os }}-${{ matrix.python }}
path: dist
path: dist/*

build-linux:
strategy:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: dist-artifacts-manylinux-${{ matrix.python }}
path: dist
path: dist/*

deploy:
runs-on: ubuntu-latest
Expand All @@ -143,7 +143,6 @@ jobs:
uses: actions/download-artifact@v3
with:
path: dist
merge-multiple: true

- name: Inspect wheel files
run: |
Expand Down

0 comments on commit a02341f

Please sign in to comment.