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 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-python@v4
1616 with :
17- python-version : " 3.10 "
17+ python-version : " 3.7 "
1818 - run : curl -sSL https://install.python-poetry.org | python3 -
1919 - run : poetry install
2020 - run : poetry run task test
6060 path : gh-pages
6161 - uses : actions/setup-python@v4
6262 with :
63- python-version : " 3.11 "
63+ python-version : " 3.7 "
6464 - run : curl -sSL https://install.python-poetry.org | python3 -
6565 - run : poetry install
6666 - run : poetry run task docs
8484 - uses : actions/checkout@v3
8585 - uses : actions/setup-python@v4
8686 with :
87- python-version : " 3.11 "
87+ python-version : " 3.7 "
8888 - run : curl -sSL https://install.python-poetry.org | python3 -
8989 - run : poetry build
9090 - run : poetry publish -u __token__ -p ${{ secrets.CHECK_SHAPES_PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments