From 7c27f220f0ee8c4da47731a0e116c1e174ef640d Mon Sep 17 00:00:00 2001 From: Pavel Dat Date: Tue, 12 Sep 2023 13:35:32 +0300 Subject: [PATCH] Change package version --- .github/workflows/deploy-job.yml | 1 + CHANGELOG.md | 5 +++++ setup.cfg | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-job.yml b/.github/workflows/deploy-job.yml index 46aa37b..07dfd6f 100644 --- a/.github/workflows/deploy-job.yml +++ b/.github/workflows/deploy-job.yml @@ -63,6 +63,7 @@ jobs: name: built-artifacts path: dist - name: Publish package to Test PyPI + if: github.ref == 'refs/heads/main' uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f62479d..c0e35d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # gods_eye changelog +## 1.0.6 +- Add pipeline. + Add deploy to PyPI. + Add tests and code check. + ## 1.0.5 - Pylint check code style diff --git a/setup.cfg b/setup.cfg index 8d4feca..3bec01a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = gods_eye -version = 1.0.5 +version = 1.0.6 author = Pavel Dat author_email = dats.pavel1999@gmail.com description = A set of tools which should be used in Gods Eye