File tree Expand file tree Collapse file tree 2 files changed +10
-20
lines changed
Expand file tree Collapse file tree 2 files changed +10
-20
lines changed Original file line number Diff line number Diff line change @@ -13,26 +13,19 @@ jobs:
1313 strategy :
1414 fail-fast : false
1515 matrix :
16- python-version : [3.12]
17- poetry-version : [1.8.3]
1816 os : [ubuntu-latest]
1917 runs-on : ${{ matrix.os }}
2018 environment : release
2119 permissions :
2220 id-token : write
2321 steps :
24- - uses : actions/checkout@v4
25- - name : Set up Python
26- uses : actions/setup-python@v3
27- with :
28- python-version : ${{ matrix.python-version }}
29- - name : Setup poetry
30- 31- with :
32- poetry-version : ${{ matrix.poetry-version }}
33- - name : Building package distribution
34- run : |
35- poetry version ${{ github.ref_name }}
36- poetry build
37- - name : Publish to PyPI
38- uses : pypa/gh-action-pypi-publish@release/v1
22+ - uses : actions/checkout@v4
23+ - name : Install uv
24+ uses : astral-sh/setup-uv@v5
25+ with :
26+ version : " 0.6.11"
27+ python-version-file : " pyproject.toml"
28+ - name : Building package distribution
29+ run : uv build
30+ - name : Publish to PyPI
31+ uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change 1313 strategy :
1414 fail-fast : false
1515 matrix :
16- python-version : [3.12]
1716 os : [ubuntu-latest]
1817 runs-on : ${{ matrix.os }}
1918 steps :
3736 strategy :
3837 fail-fast : false
3938 matrix :
40- python-version : [3.12]
41- poetry-version : [1.8.3]
4239 os : [ubuntu-latest]
4340 runs-on : ${{ matrix.os }}
4441 steps :
You can’t perform that action at this time.
0 commit comments