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 2f78646 commit 41e837fCopy full SHA for 41e837f
RELEASE.md
@@ -26,6 +26,7 @@ python -m build .
26
echo "Enter dev version"
27
read dev_version
28
tbump ${dev_version} --no-tag
29
+git push origin $(git branch --show-current)
30
```
31
32
## Publish the artifacts to pypi
0 commit comments