ci: drop false download artifact (#13473)

This commit is contained in:
Jirka Borovec 2022-07-01 06:02:57 +02:00 committed by GitHub
parent 2ea35182e0
commit 0b265114ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -17,10 +17,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
name: pypi-packages-${{ github.sha }}
path: dist
- uses: actions/setup-python@v2
with:
python-version: 3.9