Skip to content

Commit

Permalink
Don't publish the python SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
iwahbe committed Dec 27, 2023
1 parent 3c4e605 commit b0e9aa8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .ci-mgmt.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
provider: local
major-version: 0
lint: true
providerDefaultBranch: main
makeTemplate: bridged
publishRegistry: false
env:
LOCAL_TOKEN: ${{ secrets.LOCAL_TOKEN }}
team: ecosystem
plugins:
- name: aws
version: "6.14.0"
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/pulumi-package-publisher@749cccccfef0c5dbc04e4c48d8c115b7f2b19207
with:
sdk: 'all,!python'
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/pulumi-package-publisher@749cccccfef0c5dbc04e4c48d8c115b7f2b19207
with:
sdk: 'all,!python'
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Publish SDKs
uses: pulumi/[email protected]
uses: pulumi/pulumi-package-publisher@749cccccfef0c5dbc04e4c48d8c115b7f2b19207
with:
sdk: 'all,!python'
- env:
SLACK_CHANNEL: provider-upgrade-publish-status
SLACK_COLOR: "#FF0000"
Expand Down

0 comments on commit b0e9aa8

Please sign in to comment.