From a3013db91b2ef2e51420cfe99ee619c8e72a17e6 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 3 Dec 2023 10:37:56 +0800 Subject: [PATCH] Bump version to 1.40.8 (#233) --- dist/index.js | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index df69bbd..913a883 100644 --- a/dist/index.js +++ b/dist/index.js @@ -11827,7 +11827,9 @@ async function dockerBuild(container, maturinRelease, args) { env.startsWith('PYO3_') || env.startsWith('TARGET_') || env.startsWith('CMAKE_') || + env.startsWith('CC') || env.startsWith('CFLAGS') || + env.startsWith('CXX') || env.startsWith('CXXFLAGS') || env.startsWith('CPPFLAGS') || env.startsWith('LDFLAGS') || diff --git a/package-lock.json b/package-lock.json index cd7fdc3..d1f2f91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maturin-action", - "version": "1.40.7", + "version": "1.40.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maturin-action", - "version": "1.40.7", + "version": "1.40.8", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 615d9a6..98ffe9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maturin-action", - "version": "1.40.7", + "version": "1.40.8", "description": "GitHub Action to install and run a custom maturin command", "main": "dist/index.js", "scripts": {