Skip to content

Commit e2823fa

Browse files
committed
lint
1 parent 8691afa commit e2823fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-latest
4242
environment:
4343
name: pypi
44-
url: https://pypi.org/p/gmnspy
44+
url: https://pypi.org/p/gmnspy
4545
permissions:
4646
id-token: write # IMPORTANT: mandatory for trusted publishing
4747

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ dependencies = [
1111
"frictionless",
1212
"pandas>= 1.0"
1313
]
14-
classifiers = [
14+
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
]
1717

18-
[project.urls]
18+
[project.urls]
1919
"Source" = "https://github.com/e-lo/GMNSpy"
2020
"Homepage" = "https:e-lo.github.io/GMNSpy"
2121

0 commit comments

Comments
 (0)