Skip to content

Commit e728290

Browse files
committed
fix: package should match pypi project
1 parent d296123 commit e728290

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,3 @@ jobs:
7272
7373
- name: Publish to PyPI
7474
uses: pypa/gh-action-pypi-publish@release/v1
75-
with:
76-
attestations: false

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "finwise"
6+
name = "finwise-python"
77
version = "1.1.1"
8-
description = "Official Python SDK for the FinWise API"
8+
description = "Python SDK for the FinWise API"
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
license = "MIT"

0 commit comments

Comments
 (0)