From 9cb15854ced30ed9cc88fd22836bbaf57908e684 Mon Sep 17 00:00:00 2001 From: Murphy Date: Thu, 14 Sep 2023 14:25:45 +0300 Subject: [PATCH] 0.0.5rc1 --- .github/workflows/python-publish.yml | 12 ++++++------ a7p/__init__.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 1d01dbf..da81147 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -37,15 +37,15 @@ jobs: python-version: '3.x' - name: Install dependencies run: | - python -m pip install --upgrade pip + python -m pip install --upgrade pip setuptools wheel pip install wheel twine pip install -r requirements.txt - # pip install build + pip install build - name: Build package - # run: python -m build - run: | - python setup.py sdist - python setup.py bdist_wheel + run: python -m build +# run: | +# python setup.py sdist +# python setup.py bdist_wheel - name: Publish package uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 with: diff --git a/a7p/__init__.py b/a7p/__init__.py index 001cd16..ba6fef6 100644 --- a/a7p/__init__.py +++ b/a7p/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.5' +__version__ = '0.0.5rc1' __author__ = "o-murphy" __credits__ = ["Dmytro Yaroshenko"] __copyright__ = ("",)