Skip to content

Commit

Permalink
change workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
GLEF1X committed Aug 25, 2021
1 parent b639bd8 commit 149b881
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: glQiwiApi
name: tests and linters

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glQiwiApi"
version = "1.0.4a3"
version = "1.0.4a4"
description = "The fast and lightweight wrapper of QIWI and YooMoney API's"
authors = ["Gleb Garanin <[email protected]>"]
repository = "https://github.com/GLEF1X/glQiwiApi"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'tests', 'examples', 'examples.*', 'tests', 'tests.*')
),
name="glQiwiApi", # Replace with your own username
version="1.0.4a3",
version="1.0.4a4",
author="GLEF1X",
author_email="[email protected]",
description="Light and fast wrapper of QIWI and YooMoney api's",
Expand Down

0 comments on commit 149b881

Please sign in to comment.