Skip to content

Commit

Permalink
Update build-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fskpf authored Apr 4, 2024
1 parent e218d57 commit a53e8ca
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,11 @@ jobs:
- name: Build package
run: |
python -m build
upload:
name: Upload artifact
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/upload-artifact@v4
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
path: |
'**/*.tar.gz'
'**/*.whl'
overwrite: true

download:
name: Download artifact
needs: [upload]
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v4
with:
pattern: dist/*

0 comments on commit a53e8ca

Please sign in to comment.