We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8691afa commit e2823faCopy full SHA for e2823fa
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
runs-on: ubuntu-latest
42
environment:
43
name: pypi
44
- url: https://pypi.org/p/gmnspy
+ url: https://pypi.org/p/gmnspy
45
permissions:
46
id-token: write # IMPORTANT: mandatory for trusted publishing
47
pyproject.toml
@@ -11,11 +11,11 @@ dependencies = [
11
"frictionless",
12
"pandas>= 1.0"
13
]
14
-classifiers = [
+classifiers = [
15
"Development Status :: 3 - Alpha",
16
17
18
-[project.urls]
+[project.urls]
19
"Source" = "https://github.com/e-lo/GMNSpy"
20
"Homepage" = "https:e-lo.github.io/GMNSpy"
21
0 commit comments