55: Fix for missing tags/releases from Gitea and GitHub project hosting.
This commit is contained in:
parent
389778c716
commit
cc1d6f53a0
3 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
set -e
|
||||
|
||||
version=$(head --lines=1 NEWS)
|
||||
git tag $version
|
||||
git push origin $version
|
||||
git push github $version
|
||||
|
||||
rm -fr dist
|
||||
python3 setup.py bdist_wheel
|
||||
python3 setup.py sdist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue