Skip to content

Commit

Permalink
(patch) Adding PyPl deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTech314 committed Nov 26, 2024
1 parent 4a7ec9f commit 659a2ff
Show file tree
Hide file tree
Showing 6 changed files with 104 additions and 1 deletion.
37 changes: 37 additions & 0 deletions .github/workflows/build.yml

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

42 changes: 42 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 @@ -41,6 +41,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
'awscdk',
],
license: 'MIT',
publishToPypi: {
distName: 'token-injectable-docker-builder',
module: 'token_injectable_docker_builder',
},
});

const common_exclude = ['cdk.out', 'cdk.context.json', 'coverage'];
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 659a2ff

Please sign in to comment.