Skip to content

Commit

Permalink
feat: rename pypi dist name & module
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Apr 24, 2024
1 parent d8c63af commit 46b2373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
allowedUsernames: ['yicr'],
},
publishToPypi: {
distName: 'gammarer.aws-secure-vpc-bucket',
module: 'gammarer.aws_secure_vpc_bucket',
distName: 'gammarers.aws-secure-vpc-bucket',
module: 'gammarers.aws_secure_vpc_bucket',
},
publishToMaven: {
mavenGroupId: 'com.gammarer',
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

0 comments on commit 46b2373

Please sign in to comment.