https://github.com/annotation/text-fabric
Raw File
Tip revision: 70e2b58cbb0d7763d4e0652d177494890629ee95 authored by Dirk Roorda on 25 May 2023, 15:52:38 UTC
automation of the release process of a TF dataset
Tip revision: 70e2b58
purge.sh
EGGNAME="text-fabric"; (for ip in $(dig +short pypi.org); do url="https://$ip/simple/${EGGNAME}/"; echo "Purging $url..."; curl -L -H 'Host: pypi.python.org' --insecure -XPURGE $url; done)
back to top