diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12a2f4c..f47622c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,20 +31,11 @@ jobs: with: python-version: ${{ env.python_version }} - - name: Bump version - run: | - python .scripts/bump.py ${{ github.event.inputs.version }} - git commit --message ${{ github.event.inputs.version }} setup.py - git tag v${{ github.event.inputs.version }} - - uses: ./.github/actions/python-build-publish with: repository: testpypi token: ${{ secrets.test_pypi_token }} - - name: Push release commit - run: git push --tags origin ${{ github.ref_name }} - - uses: ncipollo/release-action@v1 with: tag: v${{ github.event.inputs.version }} diff --git a/setup.py b/setup.py index e56b4f7..6cf1e01 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ name="python_bitvavo_api", long_description=long_description, long_description_content_type='text/markdown', - version="v1.4.2", + version="v1.4.3", author="Bitvavo", description="Use Bitvavo SDK for Python to buy, sell, and store over 200 digital assets on Bitvavo from inside your app.", url="https://github.com/bitvavo/python-bitvavo-api",