Skip to content

Commit 4686b61

Browse files
committed
updating metadata
1 parent ed7fd88 commit 4686b61

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@ on:
55
- main
66
workflow_dispatch:
77

8-
permissions:
9-
contents: read
10-
security-events: write
11-
actions: read
12-
138
jobs:
149
# Add Publisher Job here
1510
publish:
1611
uses: ./.github/workflows/publish.yml
1712
secrets: inherit
18-
permissions:
19-
id-token: write
13+

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ permissions:
1111
contents: read
1212
security-events: write
1313
actions: read
14+
1415

1516
jobs:

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Publish Artifacts
33
on:
44
workflow_call:
55

6+
permissions:
7+
id-token: write
8+
contents: read
9+
610
jobs:
711
pypi-publish:
812
name: Upload Release to PyPI
@@ -22,3 +26,4 @@ jobs:
2226
python -m build
2327
- name: Publish package distributions to PyPI
2428
uses: pypa/gh-action-pypi-publish@release/v1
29+

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
2-
name = guildmaster
2+
name = guildmaster-cli
33
version = 1.0.0
44
author = Damien Burks
55
author_email = [email protected]
66
description = A collection of scripts for managing Discord channels and other administrative tasks
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
url = https://github.com/devsecblueprint/guildmaster
9+
url = https://github.com/devsecblueprint/guildmaster-cli
1010
classifiers =
1111
Programming Language :: Python :: 3
1212
License :: OSI Approved :: MIT License

0 commit comments

Comments
 (0)