We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8556287 + 16a778d commit e3962e0Copy full SHA for e3962e0
.github/workflows/release.yml
@@ -12,7 +12,7 @@ env:
12
NPM_REGISTRY_URL: https://registry.npmjs.org
13
NUGET_PUBLISH_KEY: ${{ secrets.NUGET_PUBLISH_KEY }}
14
NUGET_FEED_URL: https://api.nuget.org/v3/index.json
15
- PUBLISH_NUGET: false # not support nuget because of the account reason.
+ PUBLISH_NUGET: true
16
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
17
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
18
PYPI_REPOSITORY_URL: ""
0 commit comments