@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
|
@@ -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
|
|
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
|