Skip to content

Commit 186b7be

Browse files
committed
Remove the last setup.py packaging path
1 parent fab2abc commit 186b7be

2 files changed

Lines changed: 1 addition & 44 deletions

File tree

gcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The deployment actions build Docker images and deploy them to Google App Engine. The docker images themselves are based off a starter image (to save each API docker image having to spend 5 minutes installing the same dependencies). The starter image is the `Dockerfile` in this directory.
44

55
To update the starter image:
6-
* `python setup.py sdist` to build the python package
6+
* `uv build` to build the python package
77
* `twine upload dist/*` to upload the package to pypi as `policyengine-household-api`
88
* `cd gcp`
99
* `docker build .`

setup.py

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)