Skip to content

Commit

Permalink
PyPI build: merge artifacts into dist/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ajjackson committed Jan 31, 2024
1 parent fdbf91a commit 4e05fab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_upload_pypi_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
numpy-version: 1.23.2
fail-fast: false
runs-on: ${{ matrix.os }}
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -112,6 +110,7 @@ jobs:
uses: actions/download-artifact@v4
with:
path: dist/
merge-multiple: true

- name: List Files
run: ls -R
Expand Down

0 comments on commit 4e05fab

Please sign in to comment.