From 29f7d60ca311abb8fae6ba9b91519efb9587f2ee Mon Sep 17 00:00:00 2001 From: Thomas Offergeld <34715927+TOffergeld@users.noreply.github.com> Date: Thu, 19 Oct 2023 18:10:04 +0200 Subject: [PATCH] fix(release): remove test-pypi release step --- .github/workflows/python-package.yml | 6 ------ setup.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index c5e252e..bd86b49 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -61,12 +61,6 @@ jobs: python -m pip install build - name: Build dist run: python -m build --sdist --wheel --outdir dist/ . - - name: Publish package (TEST) - uses: pypa/gh-action-pypi-publish@release/v1 - with: - user: __token__ - password: ${{ secrets.PYPI_TEST_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - name: Publish package (PRODUCTION) if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/setup.py b/setup.py index 8c29c4b..a099854 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ name='cimpyorm', # Required # https://www.python.org/dev/peps/pep-0440/ # https://packaging.python.org/en/latest/single_source_version.html - version='0.10.0', # Required + version='0.10.1', # Required # https://packaging.python.org/specifications/core-metadata/#summary description="A database-backed ORM for CIM datasets.", # Required # https://packaging.python.org/specifications/core-metadata/#description-optional