File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,19 @@ jobs:
1717 with :
1818 python-version : ' 3.x'
1919
20- - name : Install and set up Poetry
21- run : |
22- curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
23- python get-poetry.py -y
24- source $HOME/.poetry/env
25- poetry --version
20+ # - name: Install and set up Poetry
21+ # run: |
22+ # curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
23+ # python get-poetry.py -y
24+ # source $HOME/.poetry/env
25+ # poetry --version
2626
2727 - name : Build and publish to PyPi
2828 env :
2929 POETRY_PYPI_TOKEN_PYPI : ${{ secrets.TEST_PYPI_API_TOKEN }}
3030 run : |
31+ curl -o get-poetry.py https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
32+ python get-poetry.py -y
3133 poetry build
3234 poetry config repositories.testpypi https://test.pypi.org/legacy/
3335 poetry publish -r testpypi
You can’t perform that action at this time.
0 commit comments