Skip to content

Commit 92b40ad

Browse files
gonzalocasasclaude
andcommitted
Use singular display name and correct PyPI token secret
Rename the human-readable "COMPAS Plotters" -> "COMPAS Plotter" (README, docs, mkdocs site_name, CITATION, release title prefix) to match the singular package name. Point the release workflow at the `PYPI` secret. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8ba3412 commit 92b40ad

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
steps:
2727
- uses: compas-dev/compas-actions.publish@v3
2828
with:
29-
pypi_token: ${{ secrets.PYPI_PASSWORD }}
29+
pypi_token: ${{ secrets.PYPI }}
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
release_name_prefix: COMPAS Plotters
31+
release_name_prefix: COMPAS Plotter

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
3-
title: "COMPAS Plotters: 2D visualisation for the COMPAS Framework"
3+
title: "COMPAS Plotter: 2D visualisation for the COMPAS Framework"
44
abstract: "2D visualisation of COMPAS geometry and data structures with matplotlib."
55
type: software
66
authors:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# COMPAS Plotters
1+
# COMPAS Plotter
22

33
![build](https://github.com/compas-dev/compas_plotter/workflows/build/badge.svg)
44
[![License](https://img.shields.io/github/license/compas-dev/compas_plotter.svg)](https://github.com/compas-dev/compas_plotter/blob/main/LICENSE)

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# COMPAS Plotters
1+
# COMPAS Plotter
22

33
**2D visualisation of COMPAS geometry and data structures, powered by matplotlib.**
44

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
site_name: COMPAS Plotters
1+
site_name: COMPAS Plotter
22
site_url: https://compas.dev/compas_plotter
33
repo_url: https://github.com/compas-dev/compas_plotter
44
repo_name: compas-dev/compas_plotter

0 commit comments

Comments
 (0)