-
Notifications
You must be signed in to change notification settings - Fork 86
Home
Dan Braghis edited this page Jan 22, 2023
·
2 revisions
- activate virtual environment
- make new messages (
make messages
) - pull translations (
make fetch-translations
orsh scripts/fetch-translations.sh
) - compile messages (
make compile-messages
) - update changelog
- update readme with Django/Wagtail
- update version
npm run build
- pypi build
flit build
,flit publish
CLI
source .venv/bin/activate
make messages
sh scripts/fetch-translations.sh
make compile-messages
npm run build
flit build
flit publish