Skip to content

Commit

Permalink
publish: Create dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Mar 9, 2022
1 parent 9d17eec commit e5c4b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Copy Files to dist
shell: bash
run: |
mkdir dist
cp temp-dist/*/*.whl dist/
cp temp-dist/*/*.tar.gz dist/
- uses: pypa/[email protected]
Expand Down

0 comments on commit e5c4b6a

Please sign in to comment.