Skip to content

Commit fb4c0c1

Browse files
committed
Update project metadata and bump release action
1 parent a6e4521 commit fb4c0c1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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
@@ -98,4 +98,4 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"
1111
classifiers = [
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",

0 commit comments

Comments
 (0)