Skip to content

Commit 8bf58af

Browse files
authored
Merge pull request #257 from theochem/fix_name
Use `qc-grid` instead of `qc-grids`
2 parents c64c29e + 6786f46 commit 8bf58af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
env:
2020
# The name of the package to be published to PyPI and TestPyPI.
21-
PYPI_NAME: qc-grids
21+
PYPI_NAME: qc-grid
2222

2323
jobs:
2424
build:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=65.0", "setuptools_scm[toml]>=7.1.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "qc-grids"
6+
name = "qc-grid"
77
authors = [
88
{ name="QC-Devs Community", email="qcdevs@gmail.com" },
99
]

0 commit comments

Comments
 (0)