We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3495ffd commit b7fe803Copy full SHA for b7fe803
1 file changed
.github/workflows/python-publish.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: 🏗 Set package version
33
run: |
34
sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" pyproject.toml
35
- sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" cargo.toml
+ sed -i "s/^version = \".*\"/version = \"${{ github.event.release.tag_name }}\"/" Cargo.toml
36
- name: 📦 Build package
37
run: uv build
38
- name: 🚀 Publish to PyPi
0 commit comments