File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1212 required : false
1313jobs :
1414 build :
15+ name : Create release & publish to PyPI
1516 runs-on : ubuntu-latest
17+ permissions :
18+ id-token : write # MANDATORY for trusted publishing to PyPI
19+ contents : write # MANDATORY for the Github release action
1620 steps :
1721 - name : Checkout repo
1822 uses : actions/checkout@v6
3943 });
4044 - name : Publish distribution 📦 to PyPI
4145 uses : pypa/gh-action-pypi-publish@release/v1
42- with :
43- user : __token__
44- password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: spopt
22channels :
33 - conda-forge
44dependencies :
5- - python=3.13
5+ - python=3.14
66 - fast_hdbscan
77 - geopandas
88 - jupyterlab
Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ tests = [
5454 " pytest-cov" ,
5555 " pytest-xdist" ,
5656]
57- dev = [" pre-commit" , " ruff" ]
57+ dev = [
58+ " pre-commit" ,
59+ " ruff" ,
60+ ]
5861docs = [
5962 " nbsphinx" ,
6063 " numpydoc" ,
@@ -79,7 +82,6 @@ sa3 = [
7982 " numba" ,
8083]
8184
82-
8385[tool .setuptools .packages .find ]
8486include = [" spopt" , " spopt.*" ]
8587
You can’t perform that action at this time.
0 commit comments