File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ jobs:
698
698
strategy :
699
699
matrix :
700
700
os : [ubuntu-24.04, windows-latest, macOS-latest]
701
- node : ['10.x', '11.x', ' 12.x']
701
+ node : ['12.x']
702
702
# max-parallel: 4
703
703
fail-fast : false
704
704
steps :
@@ -725,7 +725,7 @@ jobs:
725
725
726
726
developer :
727
727
runs-on : ${{ matrix.os }}
728
- name : ๐งโ๐ป ๐ฉโ๐ป ๐จโ๐ป Developer setup ${{ matrix.node }} @ ${{ matrix.os }}
728
+ name : ๐งโ๐ป ๐ฉโ๐ป ๐จโ๐ป Developer setup ${{ matrix.python }} @ ${{ matrix.os }}
729
729
strategy :
730
730
matrix :
731
731
os : [ubuntu-24.04, macOS-latest]
@@ -1049,7 +1049,7 @@ jobs:
1049
1049
uses: pypa/gh-action-pypi-publish@release/v1
1050
1050
with:
1051
1051
password: ${{ secrets.TESTPYPI_API_TOKEN }}
1052
- repository_url : https://test.pypi.org/legacy/
1052
+ repository-url : https://test.pypi.org/legacy/
1053
1053
1054
1054
post-release-repo-update :
1055
1055
name : >-
You canโt perform that action at this time.
0 commit comments