File tree Expand file tree Collapse file tree 2 files changed +7
-24
lines changed Expand file tree Collapse file tree 2 files changed +7
-24
lines changed Original file line number Diff line number Diff line change @@ -111,27 +111,10 @@ jobs:
111111 publish :
112112 needs : release
113113 runs-on : ubuntu-latest
114-
115114 steps :
116- - name : Checkout code
117- uses : actions/checkout@v4
118-
119- - name : Install Poetry
120- uses : snok/install-poetry@v1
121- with :
122- virtualenvs-create : true
123- virtualenvs-in-project : true
124- version : 2.0.0
125-
126- - name : Install dependencies
127- run : |
128- poetry install --extras dev --no-interaction
129- source $VENV
130-
131- - name : Build
132- run : poetry build
133-
134- - name : Publish
135- env :
136- POETRY_PYPI_TOKEN_ASYNC_RUTUBE_DOWNLOADER : ${{ secrets.POETRY_PYPI_TOKEN_ASYNC_RUTUBE_DOWNLOADER }}
137- run : poetry publish
115+ - uses : actions/checkout@v4
116+ - name : Build and publish to pypi
117+ uses : JRubics/poetry-publish@v2.1
118+ with :
119+ pypi_token : ${{ secrets.POETRY_PYPI_TOKEN_ASYNC_RUTUBE_DOWNLOADER }}
120+ python_version : " 3.12.9"
Original file line number Diff line number Diff line change 11[project ]
22name = " async_rutube_downloader"
3- version = " 1.3.3 "
3+ version = " 1.3.4 "
44description = " download video from RuTube"
55authors = [{ name = " Miron Sadykov" , email = " MironSadykov@yandex.ru" }]
66readme = " docs/README.md"
You can’t perform that action at this time.
0 commit comments