File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 python-version : " 3.13"
2020
2121 - name : Install Poetry and pre-commit π
22- run : pip install poetry==1.8.5 pre-commit
22+ run : pip install poetry==2.2.1 pre-commit
2323
2424 - name : Install dependencies π
2525 run : poetry install
5454 path : dist
5555
5656 - name : Publish package to PyPI π
57+ if : success() && github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
5758 uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
Original file line number Diff line number Diff line change 2121 allow-prereleases : true
2222
2323 - name : Install Poetry and pre-commit π
24- run : pip install poetry==1.8.5 pre-commit
24+ run : pip install poetry==2.2.1 pre-commit
2525
2626 - name : Install dependencies π
2727 run : poetry install
Original file line number Diff line number Diff line change 2121 python-version : ${{ matrix.python-version }}
2222
2323 - name : Install Poetry and pre-commit π
24- run : pip install poetry==1.8.5 pre-commit
24+ run : pip install poetry==2.2.1 pre-commit
2525
2626 - name : Install dependencies π
2727 run : poetry install
You canβt perform that action at this time.
0 commit comments