Skip to content

Commit 66214c7

Browse files
committed
Restore packaging name of qc-grid
1 parent aca4d23 commit 66214c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pypi_release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Changes made:
44
# - Removed emoticons
55
# - Updated some actions to more recent versions
6-
# - Customized for the qcgrid repository
6+
# - Customized for the grid repository
77

88
name: PyPI Release
99
on:
@@ -18,7 +18,7 @@ on:
1818

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

2323
jobs:
2424
build:

pyproject.toml

+1-1
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 = "qcgrid"
6+
name = "qc-grid"
77
authors = [
88
{ name="QC-Devs Community", email="[email protected]" },
99
]

0 commit comments

Comments
 (0)