Skip to content

Commit e421779

Browse files
lukasmasuchactions-user
authored andcommitted
Apply automatic release changes for v0.6.18
1 parent 7ef07a9 commit e421779

File tree

9 files changed

+820
-674
lines changed

9 files changed

+820
-674
lines changed

Pipfile.lock

Lines changed: 349 additions & 286 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ if args.get(build_utils.FLAG_RELEASE):
471471
Install the tools in the Dockerfile in your `.github/actions/build-environment/Dockerfile` as demonstrated in this example:
472472

473473
```Dockerfile
474-
FROM mltooling/build-environment:0.6.15
474+
FROM mltooling/build-environment:0.6.18
475475

476476
# Install Go Runtime
477477
RUN apt-get update \
@@ -483,7 +483,7 @@ RUN apt-get update \
483483
You can extend or overwrite the default entrypoint with your custom entrypoint script (e.g. `extended-entrypoint.sh`) as shown below:
484484

485485
```Dockerfile
486-
FROM mltooling/build-environment:0.6.15
486+
FROM mltooling/build-environment:0.6.18
487487

488488
COPY extended-entrypoint.sh /extended-entrypoint.sh
489489

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM mltooling/build-environment:0.6.15
1+
FROM mltooling/build-environment:0.6.18

examples/docs/Pipfile.lock

Lines changed: 117 additions & 97 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/python-lib/Pipfile.lock

Lines changed: 347 additions & 284 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Information about this library. This file will automatically changed."""
22

3-
__version__ = "0.6.15"
3+
__version__ = "0.6.18"
44
# __author__
55
# __email__

src/universal_build/_about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Information about this library. This file will automatically changed."""
22

3-
__version__ = "0.6.15"
3+
__version__ = "0.6.18"
44
# __author__
55
# __email__

workflows/build-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Based on https://github.com/ml-tooling/universal-build/blob/v0.6.15/workflows/build-pipeline.yml
1+
# Based on https://github.com/ml-tooling/universal-build/blob/v0.6.18/workflows/build-pipeline.yml
22
name: build-pipeline
33

44
on:

workflows/release-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Based on https://github.com/ml-tooling/universal-build/blob/v0.6.15/workflows/build-pipeline.yml
1+
# Based on https://github.com/ml-tooling/universal-build/blob/v0.6.18/workflows/build-pipeline.yml
22
name: release-pipeline
33

44
on:

0 commit comments

Comments
 (0)