Skip to content

Commit

Permalink
add sideko-py
Browse files Browse the repository at this point in the history
  • Loading branch information
pk8189 committed Jan 30, 2025
1 parent 729df08 commit bee73c8
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install sideko-py --no-index --find-links dist --force-reinstall
python -c "import sideko_py"
- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down
105 changes: 105 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
members = ["sideko", "docs"]
members = ["sideko", "docs", "sideko-py"]
resolver = "2"

# The profile that 'dist' will build with
Expand Down

0 comments on commit bee73c8

Please sign in to comment.