File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ jobs:
698698 strategy :
699699 matrix :
700700 os : [ubuntu-24.04, windows-latest, macOS-latest]
701- node : ['10.x', '11.x', ' 12.x']
701+ node : ['12.x']
702702 # max-parallel: 4
703703 fail-fast : false
704704 steps :
@@ -725,7 +725,7 @@ jobs:
725725
726726 developer :
727727 runs-on : ${{ matrix.os }}
728- name : ๐งโ๐ป ๐ฉโ๐ป ๐จโ๐ป Developer setup ${{ matrix.node }} @ ${{ matrix.os }}
728+ name : ๐งโ๐ป ๐ฉโ๐ป ๐จโ๐ป Developer setup ${{ matrix.python }} @ ${{ matrix.os }}
729729 strategy :
730730 matrix :
731731 os : [ubuntu-24.04, macOS-latest]
@@ -1049,7 +1049,7 @@ jobs:
10491049 uses: pypa/gh-action-pypi-publish@release/v1
10501050 with:
10511051 password: ${{ secrets.TESTPYPI_API_TOKEN }}
1052- repository_url : https://test.pypi.org/legacy/
1052+ repository-url : https://test.pypi.org/legacy/
10531053
10541054 post-release-repo-update :
10551055 name : >-
You canโt perform that action at this time.
0 commit comments