Skip to content

Commit

Permalink
Upload build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Sep 16, 2023
1 parent c2d6281 commit 1f1a761
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ jobs:
if: ${{ matrix.os != 'windows-latest' }}

build:
needs: test-pip
runs-on: ubuntu-latest
steps:
- name: Checkout source
Expand All @@ -175,3 +174,8 @@ jobs:
# Install
python -m pip install dist/*.tar.gz
echo "Install went OK"
- name: Archive build artifacts
uses: actions/upload-artifact@v3
with:
name: dist
path: dist

0 comments on commit 1f1a761

Please sign in to comment.