Skip to content

Commit

Permalink
CI: Fix the upload-artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
BvB93 committed Apr 19, 2023
1 parent 3c323e2 commit 4e9b9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: wheels
path: ./build/*
path: ./dist/*

- name: Publish the package
if: github.event_name == 'release'
Expand Down

0 comments on commit 4e9b9cc

Please sign in to comment.