From ae59d3a211e67a22eb72cb6acf8f08f5813093f2 Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Wed, 12 Oct 2022 23:46:21 +0200 Subject: [PATCH] Fix publishing --- .github/workflows/publish.yml | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee329e7..146e3dd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,9 @@ jobs: - uses: actions/checkout@v3 - name: Install poetry - run: pipx install poetry + run: | + pipx install poetry + pipx inject poetry 'poetry-dynamic-versioning[plugin]' - uses: actions/setup-python@v4 with: diff --git a/pyproject.toml b/pyproject.toml index 6f629c4..8747d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = ["Joachim Jablon "] license = "MIT License" readme = "README.rst" classifiers = [ - "Development Status :: 5 - Stable", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7",