Skip to content

Commit

Permalink
chore: self mutation
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <[email protected]>
  • Loading branch information
github-actions committed Nov 15, 2023
1 parent 8efb896 commit e09618c
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.replace(/-/g, '_'))+'.'+(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 e09618c

Please sign in to comment.