Skip to content

Commit

Permalink
ci: copy files to dist (make directory first)
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Mar 10, 2024
1 parent bad0494 commit b128aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
- name: move files to dist/
run: |
shopt -s globstar # Enable recursive globbing (**)
mkdir dist/
cp -r artifacts/**/* dist/
- name: publish package
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # release/v1
Expand Down

0 comments on commit b128aac

Please sign in to comment.