Skip to content

Commit ab4e060

Browse files
feat(codestarconnection): add python deployment of the package (#14)
we have added a new deployment package for python
1 parent d506457 commit ab4e060

File tree

6 files changed

+88
-1
lines changed

6 files changed

+88
-1
lines changed

.github/workflows/build.yml

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.yml

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mergify.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
1414
repositoryUrl: 'https://github.com/JumpToTheCloud/aws-codestarconnection',
1515
prettier: true,
1616
keywords: ['aws', 'cdk', 'codestarconnection'],
17+
publishToPypi: {
18+
distName: 'aws-codestarconnection',
19+
module: 'aws_codestarconnection',
20+
},
1721
prettierOptions: {
1822
settings: {
1923
trailingComma: TrailingComma.ES5,

package.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)