Skip to content

Commit

Permalink
Bump version to 1.40.8 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
messense authored Dec 3, 2023
1 parent 75fc2be commit a3013db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') ||
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a3013db

Please sign in to comment.