Skip to content

Commit

Permalink
[ci] add upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Git committed Jun 5, 2024
1 parent db6e844 commit 03db3d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ jobs:
- name: Build
run: python -m build

- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: |
dist/*.tar.gz
dist/*.whl
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 03db3d8

Please sign in to comment.