We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca9b43 commit dd95f97Copy full SHA for dd95f97
.github/workflows/conda-package.yml
@@ -109,7 +109,7 @@ jobs:
109
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}
110
path: ${{ env.conda-bld }}${{ env.PACKAGE_NAME }}-*.tar.bz2
111
- name: Upload wheels artifact
112
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v3
113
with:
114
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}
115
path: ${{ env.WHEELS_OUTPUT_FOLDER }}${{ env.PACKAGE_NAME }}-*.whl
0 commit comments