Skip to content

Commit 9f3d095

Browse files
committed
Re-enable hashing because it wasn't enough to fix uploads
1 parent 2ed22bf commit 9f3d095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ services:
4040
- ${HALIDE_BB_PYPI_PACKAGES_DIR:-./data/packages}:/data/packages
4141
secrets:
4242
- pypi_htpasswd.txt
43-
command: run -P /run/secrets/pypi_htpasswd.txt -a update --backend cached-dir --hash-algo off /data/packages
43+
command: run -P /run/secrets/pypi_htpasswd.txt -a update --backend cached-dir /data/packages
4444
logging:
4545
driver: local
4646
restart: unless-stopped

0 commit comments

Comments
 (0)