File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@v3
3737 - uses : abatilo/actions-poetry@v2
3838 with :
39- poetry-version : 1.6 .0
39+ poetry-version : 1.4 .0
4040 - name : Publish distribution 📦 to Test PyPI
4141 run : >-
4242 poetry config repositories.testpypi https://test.pypi.org/legacy/
Original file line number Diff line number Diff line change 4343 python-version : ${{ matrix.python-version }}
4444 - uses : abatilo/actions-poetry@v2
4545 with :
46- poetry-version : 1.6 .0
46+ poetry-version : 1.4 .0
4747 - name : Install dependencies
4848 run : |
4949 poetry install --with dev
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v3
3939 - uses : abatilo/actions-poetry@v2
4040 with :
41- poetry-version : 1.6 .0
41+ poetry-version : 1.4 .0
4242 - name : Publish distribution 📦 to PyPI
4343 run : >-
4444 poetry publish --build -u __token__ -p ${{ secrets.TEST_PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments