Skip to content

Commit cacbde1

Browse files
authored
Merge pull request #14 from gammarers/feature/publish-to-pypl
feat: publish to pypl
2 parents a8827b8 + 345cec6 commit cacbde1

File tree

7 files changed

+112
-1
lines changed

7 files changed

+112
-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();

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ npm install @gammarers/aws-codeconnections-host-custom-resource
2525
yarn add @gammarers/aws-codeconnections-host-custom-resource
2626
```
2727

28+
### Python
29+
30+
#### install by pip
31+
32+
```shell
33+
pip install gammarers.aws-budgets-notification
34+
```
35+
2836
## Example
2937

3038
```typescript

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)