Browse Source

Merge e09c234b40 into 93f368c883

pull/13/merge
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
80b854db3f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/build.yml

+ 2
- 2
.github/workflows/build.yml View File

@ -145,7 +145,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: wheelhouse
path: dist
@ -159,7 +159,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: wheelhouse
path: dist


Loading…
Cancel
Save