File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2222 - name : Install dependencies
2323 run : |
2424 python -m pip install --upgrade pip
25- pip install hatchling==1.27.0 hatch==1.14.0
25+ pip install hatchling==1.27.0
26+ pip install hatch==1.14.0
2627
2728 - name : Inject full dynamic version
2829 run : python .hooks/sync_version.py --dev
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install hatchling==1.27.0 hatch==1.14.0
24+ pip install hatchling==1.27.0
25+ pip install hatch==1.14.0
2526
2627 - name : Get Version
2728 id : version
4950 - name : Build package
5051 if : steps.version_check.outputs.pypi_exists != 'true'
5152 run : |
52- pip install hatchling
5353 hatch build
5454
5555 - name : Publish to PyPI
Original file line number Diff line number Diff line change 1818 - name : Install dependencies
1919 run : |
2020 python -m pip install --upgrade pip
21- pip install hatchling==1.27.0 hatch==1.14.0 packaging
21+ pip install hatchling==1.27.0
22+ pip install hatch==1.14.0
23+ pip install packaging
2224
2325 - name : Check version increment
2426 id : version_check
You can’t perform that action at this time.
0 commit comments