Compare commits
2 commits
d7c71f6349
...
414e88b4cd
| Author | SHA1 | Date | |
|---|---|---|---|
| 414e88b4cd | |||
| 5bdc8b03eb |
2 changed files with 2 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
# JinjaTurtle
|
||||
|
||||
## ARCHIVED: I'm no longer working on this project, it didn't work as well as I'd hoped. ##
|
||||
|
||||
<div align="center">
|
||||
<img src="https://git.mig5.net/mig5/jinjaturtle/raw/branch/main/jinjaturtle.svg" alt="JinjaTurtle logo" width="240" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
set -eo pipefail
|
||||
|
||||
rm -rf dist
|
||||
# Clean caches etc
|
||||
filedust -y .
|
||||
|
||||
# Publish to Pypi
|
||||
poetry build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue