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 304126c commit d664944Copy full SHA for d664944
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
job-name: "publish"
15
nox-args: "-s publish"
16
- nox-env: >
+ nox-env: |
17
{
18
"NODE_AUTH_TOKEN": "${{ secrets.NPM_AUTOMATION_TOKEN }}",
19
"PYPI_USERNAME": "${{ secrets.PYPI_USERNAME }}",
0 commit comments