fix: add custom (built) buefy css to repo

this makes things simpler, and no real reason not to include it
This commit is contained in:
Lance Edgar 2026-02-08 14:07:23 -06:00
parent 4c0754ee01
commit 00fd484669
5 changed files with 9 additions and 24 deletions

View file

@ -22,9 +22,6 @@ def release(c, skip_tests=False):
if os.path.exists("dist"):
shutil.rmtree("dist")
# custom styles for buefy
update_style(c)
c.run("python -m build")
c.run("twine upload dist/*")