Skip to content

Commit

Permalink
Use separate artifacts for dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Nov 5, 2022
1 parent 12f3c81 commit fcb3eb7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Publish
uses: actions/upload-artifact@v3
with:
name: dist
name: dist-${{ github.run_id }}
path: dist/

test-linux:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Download package files
uses: actions/download-artifact@v3
with:
name: dist
name: dist-${{ github.run_id }}
path: dist/

- name: Set up ${{ matrix.python.name }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Download package files
uses: actions/download-artifact@v3
with:
name: dist
name: dist-${{ github.run_id }}
path: dist/

- name: Set up ${{ matrix.python.name }}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
- name: Download package files
uses: actions/download-artifact@v3
with:
name: dist
name: dist-${{ github.run_id }}
path: dist/

- name: Set up ${{ matrix.python.name }}
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
- name: Download package files
uses: actions/download-artifact@v3
with:
name: dist
name: dist-${{ github.run_id }}
path: dist/

- name: Set up Python
Expand Down

0 comments on commit fcb3eb7

Please sign in to comment.