File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ jobs:
1313 url : https://pypi.org/p/python-pyper
1414 permissions :
1515 id-token : write
16+ env :
17+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE20 : true
1618 steps :
17- - name : Set up Node.js
18- uses : actions/setup-node@v4
19- with :
20- node-version : ' 20'
2119 - uses : actions/checkout@v4
20+ with :
21+ fetch-depth : 0
2222 - name : Set up Python
2323 uses : actions/setup-python@v4
2424 with :
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61.0 " ]
2+ requires = [" setuptools" , " setuptools-scm " , " wheel " ]
33build-backend = " setuptools.build_meta"
44
5+ [tool .setuptools_scm ]
6+ write_to = " pyper/_version.py"
7+
58[project ]
69name = " python-pyper"
710dynamic = [" version" ]
@@ -25,3 +28,8 @@ classifiers = [
2528 " Programming Language :: Python :: 3.12" ,
2629 " Programming Language :: Python :: 3.13"
2730]
31+
32+ [project .urls ]
33+ Documentation = " https://pyper-dev.github.io/pyper/"
34+ Repository = " https://github.com/pyper-dev/pyper"
35+ Issues = " https://github.com/pyper-dev/pyper/issues"
You can’t perform that action at this time.
0 commit comments