Skip to content

Commit

Permalink
Fix a pipeline bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarlson-gs committed May 13, 2024
1 parent e68b9e9 commit 2655662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ matrix.python-version }}
name: distribution
path: ./dist/*
if-no-files-found: error
retention-days: 90

0 comments on commit 2655662

Please sign in to comment.