Skip to content

Commit

Permalink
fix artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEnbyperor committed Oct 15, 2023
1 parent c9f3a28 commit be7e2cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: wheels
path: dist/*.tar.gz

upload_pypi:
Expand All @@ -66,7 +67,7 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
name: artifact
name: wheels
path: dist

- uses: pypa/[email protected]
Expand Down

0 comments on commit be7e2cb

Please sign in to comment.