mirror of
https://github.com/fjdu/obsidian-latex-unicode.git
synced 2026-07-22 07:30:30 +00:00
637 B
637 B
Update version number in
unicode/__init__.pypackage.json- in two places in
web/index.html
Do a github release.
================== OLD:
Python Release
# python checks
pytest
pylint unicodeit
# create package and upload
python setup.py sdist
twine upload dist/unicodeit...
NPM Release
# update typescript data
python -m unicodeit.export_data
# typescript checks
npm run lint
npm run test
# rebuild typescript bundles
npm run build
# publish
npm publish
Website update
# follow steps of NPM release first
# push web folder to gh-pages branch
ghp-import --no-jekyll --push web