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.
1 parent 8556287 commit 16a778dCopy full SHA for 16a778d
.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