Skip to content

Commit 4b5ebed

Browse files
committed
try to fix publish action
1 parent d664944 commit 4b5ebed

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ jobs:
1313
with:
1414
job-name: "publish"
1515
nox-args: "-s publish"
16-
nox-env: |
17-
{
18-
"NODE_AUTH_TOKEN": "${{ secrets.NPM_AUTOMATION_TOKEN }}",
19-
"PYPI_USERNAME": "${{ secrets.PYPI_USERNAME }}",
20-
"PYPI_PASSWORD": "${{ secrets.PYPI_PASSWORD }}"
21-
}
16+
nox-env: '{ "NODE_AUTH_TOKEN": "${{ secrets.NPM_AUTOMATION_TOKEN }}", "PYPI_USERNAME": "${{ secrets.PYPI_USERNAME }}", "PYPI_PASSWORD": "${{ secrets.PYPI_PASSWORD }}" }'

0 commit comments

Comments
 (0)