File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,14 +13,13 @@ jobs:
1313 uses : actions/setup-python@v4
1414 with :
1515 python-version : ' 3.10'
16- - name : Install dependencies
17- run : |
18- python -m pip install --upgrade pip
19- pip install setuptools wheel twine
16+ - name : Run image
17+ uses : abatilo/actions-poetry@v2
18+ with :
19+ poetry-version : ${{ matrix.poetry-version }}
2020 - name : Build and publish
2121 env :
22- TWINE_USERNAME : ' __token__'
23- TWINE_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
22+ PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
2423 run : |
25- python setup.py sdist bdist_wheel
26- twine upload dist/*
24+ poetry config pypi-token.pypi $PYPI_API_TOKEN
25+ poetry publish --build
Original file line number Diff line number Diff line change 22
33# Rift
44
5- [ ![ PyPI version] ( https://img.shields.io/badge/rift--framework-0.7.0 -informational?style=flat-square&color=FFFF91 )] ( https://pypi.org/project/rift-framework/ )
5+ [ ![ PyPI version] ( https://img.shields.io/badge/rift--framework-0.7.1 -informational?style=flat-square&color=FFFF91 )] ( https://pypi.org/project/rift-framework/ )
66[ ![ Telegram] ( https://img.shields.io/badge/Telegram-@rift__framework-informational?style=flat-square&color=0088cc )] ( https://t.me/d_builder )
77> _ A magical ** Python3** -> ** FunC** portal_
88
You can’t perform that action at this time.
0 commit comments