Skip to content

Commit

Permalink
Find the right bit of the documentation.....
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 10, 2024
1 parent 45e671f commit 1ff6bf2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
name: bdist_files_${{ matrix.include }}
name: bdist_files_${{ matrix.os }}_${{ strategy.job-index }}

build_sdist:
name: Build source distribution
Expand Down Expand Up @@ -119,12 +119,13 @@ jobs:
runs-on: ubuntu-latest
# if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: bdist_files
pattern: bdist_files_*
merge-multiple: true
path: dist

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: sdist_files
path: dist
Expand Down

0 comments on commit 1ff6bf2

Please sign in to comment.