Skip to content

Commit

Permalink
trying fix for updated upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 27, 2024
1 parent 7faf122 commit b3eb06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
name: python-package-distributions
path: wheelhouse/*.whl
merge-multiple: true

package_source:
name: Package source distribution
Expand Down Expand Up @@ -63,6 +64,7 @@ jobs:
with:
name: python-package-distributions
path: ./dist/*.tar.gz
merge-multiple: true

retrieve_build_files:
name: Retrieve build files
Expand Down

0 comments on commit b3eb06f

Please sign in to comment.