Skip to content

Commit ef46789

Browse files
committed
add step to upload pypi files to release
1 parent 5d6f48c commit ef46789

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,11 @@ jobs:
344344
run: make publish-docs
345345
env:
346346
NETLIFY: ${{ secrets.netlify_token }}
347+
348+
- name: upload pypi files to release
349+
uses: svenstaro/upload-release-action@v2
350+
with:
351+
repo_token: ${{ secrets.GITHUB_TOKEN }}
352+
file: dist/*
353+
tag: ${{ github.ref }}
354+
file_glob: true

0 commit comments

Comments
 (0)