Skip to content

Commit

Permalink
build: Fix uploading for sdist
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
  • Loading branch information
Stranger6667 committed Sep 14, 2024
1 parent 3f3e8d3 commit 90f2b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: sdist
path: dist
path: crates/jsonschema-py/dist

macos-x86_64:
runs-on: macos-12
Expand Down

0 comments on commit 90f2b11

Please sign in to comment.