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