Skip to content

Commit

Permalink
Updated package publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Abbas Jaffri <[email protected]>
  • Loading branch information
aliabbasjaffri committed Oct 7, 2024
1 parent f826201 commit c3ca490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
pip install build
python -m build
- name: Upload build artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.4.1
with:
name: dist
path: dist
Expand Down

0 comments on commit c3ca490

Please sign in to comment.