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:
parent
4c0754ee01
commit
00fd484669
5 changed files with 9 additions and 24 deletions
3
tasks.py
3
tasks.py
|
|
@ -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/*")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue