We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6f48c commit ef46789Copy full SHA for ef46789
.github/workflows/ci.yml
@@ -344,3 +344,11 @@ jobs:
344
run: make publish-docs
345
env:
346
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