Skip to content

Commit 18fc6b9

Browse files
committed
update package name
1 parent 28f20d9 commit 18fc6b9

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10+
permissions:
11+
id-token: write
1012
steps:
1113
- uses: actions/checkout@v4
1214

@@ -26,4 +28,5 @@ jobs:
2628
- name: Publish to PyPI
2729
uses: pypa/gh-action-pypi-publish@release/v1
2830
with:
31+
user: __token__
2932
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

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

55
[project]
6-
name = "smartcommit"
6+
name = "smart-commit"
77
version = "1.1.0"
88
description = "AI-powered Git commit message generator using Apple Intelligence"
99
readme = "README.md"

0 commit comments

Comments
 (0)