Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis-carlson-sudo committed Apr 29, 2024
1 parent 6c0fc1b commit 52a0286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
run: |
python -m build
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts-${{ matrix.python-version }}
path: ./dist/*
if-no-files-found: error
retention-days: 90

0 comments on commit 52a0286

Please sign in to comment.