We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d296123 commit e728290Copy full SHA for e728290
2 files changed
.github/workflows/release.yml
@@ -72,5 +72,3 @@ jobs:
72
73
- name: Publish to PyPI
74
uses: pypa/gh-action-pypi-publish@release/v1
75
- with:
76
- attestations: false
pyproject.toml
@@ -3,9 +3,9 @@ requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
-name = "finwise"
+name = "finwise-python"
7
version = "1.1.1"
8
-description = "Official Python SDK for the FinWise API"
+description = "Python SDK for the FinWise API"
9
readme = "README.md"
10
requires-python = ">=3.9"
11
license = "MIT"
0 commit comments