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 de078b8 commit 9e6516aCopy full SHA for 9e6516a
.github/workflows/main.yml
@@ -119,11 +119,6 @@ jobs:
119
if [[ "$(ls -lh dist/)" == *"a1"* ]]; then export is_alpha=1; fi
120
echo "is_alpha=$is_alpha" >> $GITHUB_OUTPUT
121
122
- - uses: actions/upload-artifact@v3
123
- with:
124
- name: dist
125
- path: dist/
126
-
127
test-build:
128
name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }}
129
@@ -150,11 +145,6 @@ jobs:
150
145
with:
151
146
python-version: ${{ matrix.python-version }}
152
147
153
- - uses: actions/download-artifact@v3
154
155
156
157
158
148
- name: Show distributions
159
149
run: ls -lh dist/
160
0 commit comments