Skip to content

Commit

Permalink
Pypi
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored and krokoko committed Nov 15, 2023
1 parent 81f6d64 commit 31065b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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
twineRegistryUrl: '${{ secrets.TWINE_REGISTRY_URL }}',
// twineRegistryUrl: '${{ secrets.TWINE_REGISTRY_URL }}',
},

codeCov: true,
Expand Down

0 comments on commit 31065b5

Please sign in to comment.