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 b7fe803 commit baa87f8Copy full SHA for baa87f8
1 file changed
.github/workflows/python-publish.yml
@@ -32,7 +32,6 @@ 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
36
- name: 📦 Build package
37
run: uv build
38
- name: 🚀 Publish to PyPi
0 commit comments