Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7718a4d

Browse files
authored
Remove the artifacts related workflow steps (#1455)
1 parent f3a0c1c commit 7718a4d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ jobs:
175175
python -m pip install --user --upgrade pip
176176
python -m pip install --upgrade wheel setuptools twine check-wheel-contents
177177
python -m pip --version
178-
- uses: actions/download-artifact@v3
179-
with:
180-
name: dist
181-
path: dist/
182178
183179
- name: Show distributions
184180
run: ls -lh dist/

0 commit comments

Comments
 (0)