Skip to content

Commit

Permalink
Remove verification for PyPi
Browse files Browse the repository at this point in the history
pulumi/verify-provider-release#74 prevents us from correctly verifying the python
release. This commit disables it until pulumi/verify-provider-release#74 can be resolved.
  • Loading branch information
iwahbe committed Dec 11, 2024
1 parent 6f1663b commit deba916
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .ci-mgmt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ pulumiConvert: 1
registryDocs: true
releaseVerification:
nodejs: examples/simple/ts
python: examples/simple/py
# python: examples/simple/py # TODO[https://github.com/pulumi/verify-provider-release/issues/74]
dotnet: examples/simple/csharp
go: examples/simple/go
7 changes: 0 additions & 7 deletions .github/workflows/verify-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ jobs:
directory: examples/simple/ts
provider: random
providerVersion: ${{ inputs.providerVersion }}
- name: Verify python release
uses: pulumi/verify-provider-release@v1
with:
runtime: python
directory: examples/simple/py
provider: random
providerVersion: ${{ inputs.providerVersion }}
- name: Verify dotnet release
uses: pulumi/verify-provider-release@v1
with:
Expand Down

0 comments on commit deba916

Please sign in to comment.