Compare commits

...

2 commits

Author SHA1 Message Date
414e88b4cd
Remove note
Some checks failed
CI / test (push) Failing after 38s
Lint / test (push) Successful in 25s
Trivy / test (push) Successful in 21s
2025-11-30 18:29:08 +11:00
5bdc8b03eb
use filedust in release.sh 2025-11-30 18:28:00 +11:00
2 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,5 @@
# JinjaTurtle # JinjaTurtle
## ARCHIVED: I'm no longer working on this project, it didn't work as well as I'd hoped. ##
<div align="center"> <div align="center">
<img src="https://git.mig5.net/mig5/jinjaturtle/raw/branch/main/jinjaturtle.svg" alt="JinjaTurtle logo" width="240" /> <img src="https://git.mig5.net/mig5/jinjaturtle/raw/branch/main/jinjaturtle.svg" alt="JinjaTurtle logo" width="240" />
</div> </div>

View file

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