generated from pulumi/pulumi-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * update * Enable pyproject for Python SDK. Update versions in the workflows * Update golangci-lint version
- Loading branch information
1 parent
40c9ea9
commit 7665f64
Showing
8 changed files
with
46 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ on: | |
- "CHANGELOG.md" | ||
|
||
env: | ||
GOLANG_CI_LINT_VERSION: v1.54.2 | ||
GOLANG_CI_LINT_VERSION: v1.55.2 | ||
GOPRIVATE: "github.com/cloudy-sky-software/*" | ||
PROVIDER: "render" | ||
|
||
|
@@ -67,17 +67,17 @@ jobs: | |
- name: Setup Node | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: 18.x | ||
node-version: 20.x | ||
|
||
- name: Setup DotNet | ||
uses: actions/setup-dotnet@v4 | ||
with: | ||
dotnet-version: 3.1.301 | ||
dotnet-version: 6.0.x | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: 3.9 | ||
python-version: 3.11 | ||
|
||
- name: Install pulumictl | ||
uses: jaxxstorm/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,9 @@ yarn.lock | |
Pulumi.*.yaml | ||
|
||
/sdk/dotnet/version.txt | ||
|
||
sdk/python/venv | ||
|
||
**/dist | ||
|
||
go.work.sum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[project] | ||
name = "pulumi_render" | ||
description = "A Pulumi package for creating and managing Render resources." | ||
dependencies = ["parver>=0.2.1", "pulumi>=3.0.0,<4.0.0", "semver>=2.8.1"] | ||
keywords = ["pulumi", "render", "category/cloud", "kind/native"] | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
version = "0.0.0" | ||
[project.license] | ||
text = "Apache-2.0" | ||
[project.urls] | ||
Homepage = "https://cloudysky.software" | ||
Repository = "https://github.com/cloudy-sky-software/pulumi-render" | ||
|
||
[build-system] | ||
requires = ["setuptools>=61.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[tool] | ||
[tool.setuptools] | ||
[tool.setuptools.package-data] | ||
pulumi_render = ["py.typed", "pulumi-plugin.json"] |
This file was deleted.
Oops, something went wrong.