Compare commits

..

No commits in common. "414e88b4cd7b310fb6c0bbc6d570c8f5990c2d0f" and "d7c71f63498a5e750818213f2a6e380d4ef2ed9f" have entirely different histories.

2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,7 @@
# 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>

View file

@ -2,8 +2,7 @@
set -eo pipefail
# Clean caches etc
filedust -y .
rm -rf dist
# Publish to Pypi
poetry build