Skip to content

Commit

Permalink
fix: correct dist directory for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Oct 5, 2023
1 parent fc8fbe5 commit 4d5a1fe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

windows:
runs-on: windows-latest
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

linux-cross:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

musllinux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

musllinux-cross:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -262,11 +262,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

macos-x86_64:
runs-on: macos-latest
name: Build macos-x86_64
name: Build x86_64-macos
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -288,11 +288,11 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

macos-universal:
runs-on: macos-latest
name: Build macos-universal
name: Build universal2-apple-macos
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -313,4 +313,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: wheels
path: dist
path: py-rattler/dist

0 comments on commit 4d5a1fe

Please sign in to comment.