We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1468bf1 commit 5738cc2Copy full SHA for 5738cc2
.github/workflows/BuildAndPublish.yml
@@ -82,7 +82,7 @@ jobs:
82
83
pypi-publish:
84
runs-on: "ubuntu-latest"
85
- if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main"
+ if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main'"
86
87
needs:
88
- build
python/src/deglib/__init__.py
@@ -10,7 +10,7 @@
10
from .distances import Metric, FloatSpace
11
12
13
-__version__ = "0.1.57"
+__version__ = "0.1.58"
14
15
16
__all__ = [
0 commit comments