Skip to content

Commit 9e6516a

Browse files
authored
Remove the artifacts related workflow steps (#982)
1 parent de078b8 commit 9e6516a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ jobs:
119119
if [[ "$(ls -lh dist/)" == *"a1"* ]]; then export is_alpha=1; fi
120120
echo "is_alpha=$is_alpha" >> $GITHUB_OUTPUT
121121
122-
- uses: actions/upload-artifact@v3
123-
with:
124-
name: dist
125-
path: dist/
126-
127122
test-build:
128123
name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }}
129124

@@ -150,11 +145,6 @@ jobs:
150145
with:
151146
python-version: ${{ matrix.python-version }}
152147

153-
- uses: actions/download-artifact@v3
154-
with:
155-
name: dist
156-
path: dist/
157-
158148
- name: Show distributions
159149
run: ls -lh dist/
160150

0 commit comments

Comments
 (0)