Skip to content

Commit

Permalink
Don't update rust lib version as it's only embedded (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Jan 3, 2025
1 parent b7fe803 commit baa87f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: 🏗 Set package version
run: |
sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" pyproject.toml
sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" Cargo.toml
- name: 📦 Build package
run: uv build
- name: 🚀 Publish to PyPi
Expand Down

0 comments on commit baa87f8

Please sign in to comment.