diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8ab99d..e1b097d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - python-versions: ['3.9'] + python-versions: ['3.8'] # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -100,7 +100,7 @@ jobs: title: CI Notification | Success text: | ### Build Success - ${{ env.package_version_full }} built successfully and published to pypi + ${{ env.package_name }}.${{ env.package_version }} built successfully and published to pypi ### Change History Please check change history at https://${{ env.repo_owner }}.github.io/${{ env.repo_name }}/history ### Package Download diff --git a/poetry.lock b/poetry.lock index 409d34f..44cb44b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1212,13 +1212,13 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [extras] dev = ["tox", "pre-commit", "virtualenv", "pip", "twine", "toml", "black"] -doc = ["mkdocs", "mkdocs-include-markdown-plugin", "mkdocs-material", "mkdocstrings", "mkdocs-autorefs"] +doc = ["mkdocs", "mkdocs-include-markdown-plugin", "mkdocs-material", "mkdocstrings", "mkdocs-autorefs", "mike"] test = ["pytest", "isort", "flake8", "flake8-docstrings", "pytest-cov", "redis"] [metadata] lock-version = "1.1" python-versions = ">=3.7.1,<4.0" -content-hash = "09d3d17a711c9ea2eaaa68afd4c4a37541a00c9fb9028ac4a5c9e7ea192e3303" +content-hash = "8782d55d17e67e8a64da114f5bdbacac41322bc5e1d3b10d10a8965674aa4fa3" [metadata.files] apscheduler = [