File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7878 python -c "import virtualizarr; print(virtualizarr.__version__)"
7979 - name : Publish package to TestPyPI
8080 if : github.event_name == 'release'
81- uses : pypa/gh-action-pypi-publish@v1.8.14
81+ uses : pypa/gh-action-pypi-publish@v1.12.4
8282 with :
8383 repository-url : https://test.pypi.org/legacy/
8484 # verbose: true
9898 name : releases
9999 path : dist
100100 - name : Publish package to PyPI
101- uses : pypa/gh-action-pypi-publish@v1.8.14
101+ uses : pypa/gh-action-pypi-publish@v1.12.4
Original file line number Diff line number Diff line change @@ -7,12 +7,11 @@ authors = [
77 {name = " Max Jones" , email = " max@developmentseed.org" },
88 {name = " Raphael Hagen" , email = " raphael@carbonplan.org" },
99]
10- license = { text = " Apache-2" }
10+ license = " Apache-2.0 "
1111classifiers = [
1212 " Development Status :: 3 - Alpha" ,
1313 " Intended Audience :: Science/Research" ,
1414 " Topic :: Scientific/Engineering" ,
15- " License :: OSI Approved :: Apache Software License" ,
1615 " Operating System :: OS Independent" ,
1716 " Programming Language :: Python" ,
1817 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments