Skip to content

Commit

Permalink
yaml fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Jul 6, 2023
1 parent a7a3efc commit 542cec3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ jobs:
- name: upload wheel
uses: actions/upload-artifact@v3
with:
name: chtools-py${{ matrix.target.python }}.whl
path: dist/*.whl
if-no-files-found: error

- name: upload sdist
uses: actions/upload-artifact@v3
with:
name: chtools-py${{ matrix.target.python }}.tar.gz
path: dist/*.tar.gz
if-no-files-found: error

Expand Down
42 changes: 21 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,33 @@ name = "chtools"
version = "1.0.0"
description = "A set of tools for administration and diagnostics of ClickHouse DBMS."
license = { file = "LICENSE" }

authors = [
{name = "Alexander Burmak", email = "[email protected]"},
#{name = "Dmitry Starov<[email protected]>",
#{name = "Anton Ivashkin <[email protected]>",
#{name = "Grigory Pervakov <[email protected]>",
#{name = "Petr Nuzhnov <[email protected]>",
#{name = "Egor Medvedev <[email protected]>",
#{name = "Aleksei Filatov <[email protected]>",
#{name = "Evgeny Dyukov <[email protected]>",
#{name = "Evgeny Strizhnev <[email protected]>",
#{name = "Vadim Volodin <[email protected]>",
#{name = "Anton Chaporgin <[email protected]>",
#{name = "Evgenii Kopanev <[email protected]>",
#{name = "Mikhail Kot <[email protected]>",
{name = "Dmitry Starov", email="[email protected]"},
{name = "Anton Ivashkin", email="[email protected]"},
{name = "Grigory Pervakov", email="[email protected]"},
{name = "Petr Nuzhnov", email="[email protected]"},
{name = "Egor Medvedev", email="[email protected]"},
{name = "Aleksei Filatov", email="[email protected]>"},
{name = "Evgeny Dyukov", email="[email protected]"},
{name = "Evgeny Strizhnev", email="[email protected]"},
{name = "Vadim Volodin", email="[email protected]"},
{name = "Anton Chaporgin", email="[email protected]"},
{name = "Evgenii Kopanev", email="[email protected]"},
{name = "Mikhail Kot", email="[email protected]"},
]

maintainers = [
{name = "Alexander Burmak", email = "[email protected]"},
#"Alexander Burmak <[email protected]>",
#"Dmitry Starov <[email protected]>",
#"Anton Ivashkin <[email protected]>",
#"Grigory Pervakov <[email protected]>",
#"Petr Nuzhnov <[email protected]>",
#"Egor Medvedev <[email protected]>",
#"Aleksei Filatov <[email protected]>",
#"Evgenii Kopanev <[email protected]>",
#"Mikhail Kot <[email protected]>",
{name = "Dmitry Starov", email="[email protected]"},
{name = "Anton Ivashkin", email="[email protected]"},
{name = "Grigory Pervakov", email="[email protected]"},
{name = "Petr Nuzhnov", email="[email protected]"},
{name = "Egor Medvedev", email="[email protected]"},
{name = "Aleksei Filatov", email="[email protected]>"},
{name = "Evgenii Kopanev", email="[email protected]"},
{name = "Mikhail Kot", email="[email protected]"},
]

readme = "README.md"
Expand Down

0 comments on commit 542cec3

Please sign in to comment.