Skip to content

Commit

Permalink
fix: pypi and github package publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Jun 9, 2022
1 parent 387ee25 commit 588a6cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml

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

4 changes: 2 additions & 2 deletions .projenrc.js
Expand Up @@ -28,13 +28,13 @@ const project = new awscdk.AwsCdkConstructLibrary({

publishToPypi: {
twineUsernameSecret: 'TWINE_USERNAME', // this resolves to __token__ to use token auth
twinePasswordSecret: 'PYPY_TOKEN',
twinePasswordSecret: 'PYPI_TOKEN',
distName: 'cdk-datadog-integration',
module: 'cdk_datadog_integration',
},

publishToMaven: {
mavenRepositoryUrl: 'https://maven.pkg.github.com',
mavenRepositoryUrl: 'https://maven.pkg.github.com/${{ github.repository }}',
javaPackage: 'com.benlimmer.cdkdatadogintegration',
mavenGroupId: 'com.benlimmer',
mavenArtifactId: 'cdk-datadog-integration',
Expand Down

0 comments on commit 588a6cd

Please sign in to comment.