Skip to content

Commit

Permalink
use jsii-release for publishing packages to PyPI, NuGet and Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
floydpink committed Feb 17, 2020
1 parent c67429c commit d30f7c9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 344 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
- run:
name: publish to pypi
command: |
scripts/publish-pypi.sh dist/python
jsii-release-pypi dist/python
- run:
name: publish to nuget
command: |
scripts/publish-nuget.sh dist/dotnet
jsii-release-nuget dist/dotnet
- run:
name: publish to maven
command: |
scripts/publish-maven.sh dist/java
jsii-release-maven dist/java
workflows:
version: 2
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"isparta": "^4.1.1",
"jsii": "^0.22.0",
"jsii-pacmak": "^0.22.0",
"jsii-release": "^0.1.1",
"mocha": "^7.0.0",
"nyc": "^15.0.0",
"source-map-support": "^0.5.16",
Expand Down
224 changes: 0 additions & 224 deletions scripts/publish-maven.sh

This file was deleted.

34 changes: 0 additions & 34 deletions scripts/publish-npm.sh

This file was deleted.

61 changes: 0 additions & 61 deletions scripts/publish-nuget.sh

This file was deleted.

22 changes: 0 additions & 22 deletions scripts/publish-pypi.sh

This file was deleted.

0 comments on commit d30f7c9

Please sign in to comment.