Commit 5a2df057 authored by Stefan Behnel's avatar Stefan Behnel

Fix wheel upload in release build.

parent 9f8d32bc
...@@ -98,7 +98,7 @@ jobs: ...@@ -98,7 +98,7 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: wheels-Linux name: wheels-Linux
path: wheels/*-manylinux2014*.whl path: wheels/*manylinux2014*.whl
if-no-files-found: ignore if-no-files-found: ignore
manylinux2014-x86_64: manylinux2014-x86_64:
...@@ -119,5 +119,5 @@ jobs: ...@@ -119,5 +119,5 @@ jobs:
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: wheels-Linux name: wheels-Linux
path: wheels/*-manylinux2014*.whl path: wheels/*manylinux2014*.whl
if-no-files-found: ignore if-no-files-found: ignore
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment