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 efcaf9e commit a76e718Copy full SHA for a76e718
.github/workflows/release-please.yml
@@ -122,7 +122,7 @@ jobs:
122
- name: upload artifacts
123
uses: actions/upload-artifact@v3
124
with:
125
- name: conda
+ name: conda-${{ matrix.os }}-${{ matrix.python-version }}
126
path: conda
127
128
make_sdist:
@@ -158,7 +158,6 @@ jobs:
158
path: dist
159
- uses: actions/download-artifact@v3
160
161
162
163
- uses: pypa/gh-action-pypi-publish@v1.6.4
164
0 commit comments