fix(deploy): remove invalid parameters for download-artifact, add back in missing setuptools-scm dependency

This commit is contained in:
badblocks 2025-06-06 17:36:07 -07:00
parent 291231c886
commit a58a0e642a
No known key found for this signature in database
3 changed files with 16 additions and 2 deletions

View file

@ -70,6 +70,7 @@ dependencies = [
"urllib3==1.26.14",
"whitenoise==6.7.0",
"django-parler>=2.3",
"setuptools-scm>=8.3.1",
]
[project.scripts]