Updates to CHANGELOG and release script
This commit is contained in:
parent
fc120f02a5
commit
f21bac7d1c
2 changed files with 6 additions and 3 deletions
|
|
@ -7,7 +7,6 @@ filedust -y .
|
|||
|
||||
# Publish to Pypi
|
||||
poetry build
|
||||
poetry publish
|
||||
|
||||
# Make AppImage
|
||||
poetry run pyproject-appimage --output dist/Enroll.AppImage
|
||||
|
|
@ -86,6 +85,9 @@ for dist in ${DISTS[@]}; do
|
|||
qubes-gpg-client --local-user "$KEYID" --detach-sign --armor "$RPM_REPO/repodata/repomd.xml" > "$RPM_REPO/repodata/repomd.xml.asc"
|
||||
done
|
||||
|
||||
# If we got this far, publish to Poetry too
|
||||
poetry publish
|
||||
|
||||
echo "==> Syncing repo to server..."
|
||||
rsync -aHPvz --exclude=.git --delete "$REPO_ROOT/" "$REMOTE/"
|
||||
|
||||
|
|
|
|||
Reference in a new issue