File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1717 run : |
1818 python -m pip install --upgrade pip
1919 pip install -e .
20-
20+ pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
2121 - name : Get Hatch version
2222 id : version
2323 run : |
4040 - name : Build package
4141 if : steps.version_check.outputs.exists != 'true'
4242 run : |
43- pip install hatchling
4443 hatch build
4544
4645 - name : Publish to Test PyPI
Original file line number Diff line number Diff line change 1717 run : |
1818 python -m pip install --upgrade pip
1919 pip install -e .
20+ pip install hatchling==1.27.0 hatch==1.14.0 hatch-vcs==0.4.0
2021
2122 - name : Get Version
2223 id : version
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ maintainers = [
2828 {name = " Douglas Coburn" , email = " douglas@socket.dev" }
2929]
3030classifiers = [
31- " License :: OSI Approved :: MIT License" ,
3231 " Development Status :: 4 - Beta" ,
3332 " Intended Audience :: Developers" ,
3433 " Programming Language :: Python :: 3.11" ,
Original file line number Diff line number Diff line change 99# generate-hashes: false
1010# universal: false
1111
12+ hatchling==1.27.0
13+ hatch==1.14.0
14+ hatch-vcs==0.4.0
1215argparse==1.4.0
1316 # via socketsecurity
1417certifi==2024.12.14
You can’t perform that action at this time.
0 commit comments