Skip to content

Commit

Permalink
feat: python publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Sep 5, 2022
1 parent 20a2265 commit cedd766
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.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
defaultReleaseBranch: 'main',
packageManager: javascript.NodePackageManager.NPM,
npmAccess: javascript.NpmAccess.PUBLIC,
python: {
distName: 'alma-cdk.project',
module: 'alma_cdk.project',
},

// Dependencies
minNodeVersion: nodejsVersion,
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 cedd766

Please sign in to comment.