Skip to content

Commit

Permalink
[ci] Fixed python-package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Git committed Dec 16, 2023
1 parent f3de281 commit 727dfff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ jobs:
- name: Build
run: python -m build

- uses: actions/upload-artifact@v3
with:
path: |
dist/*.tar.gz
dist/*.whl
- uses: actions/upload-artifact@v3
with:
path: |
dist/*.tar.gz
dist/*.whl
deploy:
needs:
Expand Down

0 comments on commit 727dfff

Please sign in to comment.