Skip to content

Commit

Permalink
Merge pull request #3 from khasbilegt/change-package-name
Browse files Browse the repository at this point in the history
change package name
  • Loading branch information
khasbilegt authored Apr 20, 2024
2 parents 6f0dba5 + e82aa6f commit 5a51919
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/qpay
url: https://pypi.org/p/qpay-python
permissions:
id-token: write
steps:
Expand Down Expand Up @@ -48,4 +48,6 @@ jobs:
run: poetry build

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "qpay"
name = "qpay-python"
version = "0.0.1"
description = "QPay v2 SDK client for Python projects"
authors = ["khasbilegt <[email protected]>"]
Expand All @@ -20,6 +20,9 @@ classifiers = [
"Topic :: Software Development :: Build Tools",
"Typing :: Typed"
]
packages = [
{ include = "qpay"},
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 5a51919

Please sign in to comment.