@leverege/build-tools 2.66.4 → 2.66.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leverege/build-tools",
3
- "version": "2.66.4",
3
+ "version": "2.66.5",
4
4
  "description": "A collection of build / support tools for Leverege developers",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -37,11 +37,10 @@ COPY --chown={{runuser}}:{{runuser}} ./bashrc /home/{{runuser}}/.bashrc
37
37
 
38
38
  RUN uv venv
39
39
  ENV VIRTUAL_ENV=/usr/src/app/.venv
40
- ENV PATH="$VIRTUAL_ENV/bin:$PATH"
40
+ ENV PATH="$VIRTUAL_ENV/bin:$PATH:/home/{{runuser}}/.local/bin"
41
41
 
42
42
  # Setup keyring for Google Artifact Registry.
43
- RUN uv pip install keyring
44
- RUN uv pip install keyrings.google-artifactregistry-auth
43
+ RUN uv tool install keyring --with keyrings.google-artifactregistry-auth
45
44
 
46
45
  #RUN echo "extra-index-url = https://oauth2accesstoken@us-python.pkg.dev/leverege-registry/leverege-python-packages/simple" >> ~/.config/pip/pip.conf
47
46
  #ENV UV_EXTRA_INDEX_URL "https://oauth2accesstoken@us-python.pkg.dev/leverege-registry/leverege-python-packages/simple"
package/src/.swo DELETED
Binary file