Skip to content

Commit 23853f8

Browse files
committed
Fix publishing, missing name
1 parent 5709d65 commit 23853f8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish_n_pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
environment:
3838
name: pypi
39-
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
39+
url: https://pypi.org/p/fdsreader
4040
permissions:
4141
id-token: write # IMPORTANT: mandatory for trusted publishing
4242

@@ -100,7 +100,7 @@ jobs:
100100

101101
environment:
102102
name: testpypi
103-
url: https://test.pypi.org/p/<package-name>
103+
url: https://test.pypi.org/p/fdsreader
104104

105105
permissions:
106106
id-token: write # IMPORTANT: mandatory for trusted publishing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fdsreader"
7-
version = "1.11.3"
7+
version = "1.11.4"
88
description = "Python reader for data generated by FDS."
99
readme = "README.md"
1010
requires-python = ">=3.6"

0 commit comments

Comments
 (0)