Skip to content

Commit 2f78646

Browse files
committed
update release instructions
1 parent 26612a3 commit 2f78646

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

RELEASE.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ python -m build .
2626
echo "Enter dev version"
2727
read dev_version
2828
tbump ${dev_version} --no-tag
29-
git commit -a -m "Back to dev version"
30-
```
31-
32-
## Push the commits and tag
33-
```
34-
git push origin $(git branch --show-current)
35-
git push origin --tags
3629
```
3730

3831
## Publish the artifacts to pypi

0 commit comments

Comments
 (0)