Skip to content

Commit

Permalink
updaste projenrc
Browse files Browse the repository at this point in the history
  • Loading branch information
krokoko committed Nov 15, 2023
1 parent ab70ca4 commit 8efb896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const project = new awscdk.AwsCdkConstructLibrary({

publishToPypi: {
distName: PUBLICATION_NAMESPACE+'.'+PROJECT_NAME,
module: PUBLICATION_NAMESPACE+'.'+(PROJECT_NAME.replace(/-/g, '_')), // PEP 8, convert hypens
module: (PUBLICATION_NAMESPACE.replace(/-/g, '_'))+'.'+(PROJECT_NAME.replace(/-/g, '_')), // PEP 8, convert hypens
twineRegistryUrl: '${{ secrets.TWINE_REGISTRY_URL }}',
},

Expand Down

0 comments on commit 8efb896

Please sign in to comment.