Skip to content

Commit 38595f1

Browse files
committed
feat: added github release build zip
1 parent 6ebb32a commit 38595f1

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,11 @@ jobs:
7373
user: __token__
7474
password: ${{ secrets.PYPI_API_TOKEN }}
7575
skip-existing: true
76-
76+
77+
- name: Publish package distributions to GitHub Releases
78+
uses: python-actions/gh-release@v1
79+
with:
80+
repository: ${{ github.repository }}
81+
tag_name: ${{ github.ref_name }}
82+
files: |
83+
dist/*

0 commit comments

Comments
 (0)