Skip to content

Commit 588a6cd

Browse files
committed
fix: pypi and github package publishing
1 parent 387ee25 commit 588a6cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ const project = new awscdk.AwsCdkConstructLibrary({
2828

2929
publishToPypi: {
3030
twineUsernameSecret: 'TWINE_USERNAME', // this resolves to __token__ to use token auth
31-
twinePasswordSecret: 'PYPY_TOKEN',
31+
twinePasswordSecret: 'PYPI_TOKEN',
3232
distName: 'cdk-datadog-integration',
3333
module: 'cdk_datadog_integration',
3434
},
3535

3636
publishToMaven: {
37-
mavenRepositoryUrl: 'https://maven.pkg.github.com',
37+
mavenRepositoryUrl: 'https://maven.pkg.github.com/${{ github.repository }}',
3838
javaPackage: 'com.benlimmer.cdkdatadogintegration',
3939
mavenGroupId: 'com.benlimmer',
4040
mavenArtifactId: 'cdk-datadog-integration',

0 commit comments

Comments
 (0)