Skip to content

Commit

Permalink
chore: publish Python package (#221)
Browse files Browse the repository at this point in the history
ci: release for python
  • Loading branch information
mrgrain authored Aug 14, 2022
1 parent 6b0bc01 commit 27c76da
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .github/workflows/build.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
releaseTrigger: {
isContinuous: false,
} as ReleaseTrigger,
publishToPypi: {
distName: 'mrgrain.cdk-esbuild',
module: 'mrgrain.cdk_esbuild',
},
catalog: {
twitter: '@mrgrain',
},
Expand Down
8 changes: 7 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 27c76da

Please sign in to comment.