Skip to content

Commit

Permalink
try upload artefact python
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Aug 19, 2024
1 parent ad78a14 commit d2122ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: pulumi/pulumictl
- name: build
run: |
make build_python
cp ./sdk/python/bin/dist/pulumi_outscale-*.tar.gz python-sdk.tar.gz
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: python-sdk.tar.gz
path: |
./python-sdk.tar.gz
- name: publish sdks
uses: pulumi/pulumi-package-publisher@main
with:
Expand Down
16 changes: 3 additions & 13 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ This package is available for several languages/platforms:

### Go

__Not yet tested, and posibly broken__
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/go/)


### .NET

__Not yet tested, and posibly broken__
[Examples here](https://github.com/outscale/pulumi-outscale/tree/master/examples/)

### .Java

Expand All @@ -42,17 +42,7 @@ __Not yet tested, and posibly broken__

## Configuration

The following configuration points are available for the `OUTSCALE` provider:

- `outscale:region` - (Required) This is the OSC region.

- `outscale:accessKeyId` - (Require) This is the OSC access key. It can also be sourced from the
`OSC_ACCESS_KEY` environment variable.
- `outscale:secretKeyId` - (Require) This is the OSC secret key. It can also be sourced from the
`OSC_SECRET_KEY` environment variable.
- `outscale:insecure` - (Optional) If set to true, allow pulumi to perform "insecure" SSL connections and transfers
- `outscale:endpoints` - (Optional) change the endpoints, examples `pulumi config set outscale:endpoints '[{"api": "127.0.0.1:3000"}]'`

Please look at [Development](./docs/installation-configuration.md)

# To start developping Pulumi Outscale
Please look at [Development](./docs/developement.md)
Expand Down

0 comments on commit d2122ed

Please sign in to comment.