-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refer to artifact name without extension
- Loading branch information
1 parent
bcd1de9
commit 9aa10cf
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,7 @@ jobs: | |
uses: actions/upload-artifact@v3 | ||
with: | ||
path: ./dist/*.tar.gz | ||
name: sdist.build | ||
name: sdist | ||
|
||
manylinux: | ||
runs-on: ubuntu-latest | ||
|
@@ -152,7 +152,7 @@ jobs: | |
uses: actions/upload-artifact@v3 | ||
with: | ||
path: ./wheelhouse/*.whl | ||
name: ${{ matrix.python }}-manylinux_${{ matrix.platform }}.build | ||
name: ${{ matrix.python }}-manylinux_${{ matrix.platform }} | ||
|
||
- name: Set final commit status | ||
uses: myrotvorets/[email protected] | ||
|
@@ -225,7 +225,7 @@ jobs: | |
- name: Save macOS wheel | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: ${{ matrix.python }}-macosx_x86_64.build | ||
name: ${{ matrix.python }}-macosx_x86_64 | ||
path: wheelhouse/*.whl | ||
|
||
- name: Set final commit status | ||
|
@@ -329,7 +329,7 @@ jobs: | |
- name: Save macOS wheel | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: ${{ matrix.python-version }}-macosx_arm64.build | ||
name: ${{ matrix.python-version }}-macosx_arm64 | ||
path: wheelhouse/*.whl | ||
|
||
- name: Stop server | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters