Skip to content

Commit e91fd82

Browse files
committed
feat: add publish to pypl setting
1 parent a8827b8 commit e91fd82

File tree

6 files changed

+104
-1
lines changed

6 files changed

+104
-1
lines changed

.github/workflows/build.yml

Lines changed: 37 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: 42 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
@@ -23,5 +23,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
2323
secret: 'GITHUB_TOKEN',
2424
allowedUsernames: ['yicr'],
2525
},
26+
publishToPypi: {
27+
distName: 'gammarers.aws-codeconnections-host-custom-resource',
28+
module: 'gammarers.aws_codeconnections_host_custom_resource',
29+
},
2630
});
2731
project.synth();

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)