Compare commits

...

4 Commits

Author SHA1 Message Date
thunderbiscuit
634d7db36e
Bump bdkpython library version to 0.26.2
This plus the fix to the CI release workflow will allow releasing
libraries for macOS and Windows on PyPI
2023-01-25 09:02:39 -05:00
thunderbiscuit
2233517495
Fix Python CI release workflow 2023-01-25 09:01:04 -05:00
thunderbiscuit
49716471d4
Bump bdkpython library version to 0.26.1
This plus the fix to the CI release workflow will allow releasing
libraries for macOS and Windows on PyPI
2023-01-24 13:27:21 -05:00
thunderbiscuit
ced11cb1ee
Update libraries to official release versions 2023-01-11 15:33:02 -05:00
5 changed files with 7 additions and 7 deletions

View File

@ -90,7 +90,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: bdkpython-macos-${{ matrix.python }}
path: dist/*.whl
path: /Users/runner/work/bdk-ffi/bdk-ffi/bdk-python/dist/*.whl
build-windows-wheel:
name: 'Build windows wheel'
@ -123,4 +123,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: bdkpython-win-${{ matrix.python }}
path: dist/*.whl
path: D:\a\bdk-ffi\bdk-ffi\bdk-python\dist\*.whl

View File

@ -82,7 +82,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: bdkpython-macos-${{ matrix.python }}
path: dist/*.whl
path: /Users/runner/work/bdk-ffi/bdk-ffi/bdk-python/dist/*.whl
build-windows-wheel:
name: 'Build windows wheel'
@ -115,7 +115,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: bdkpython-win-${{ matrix.python }}
path: dist/*.whl
path: D:\a\bdk-ffi\bdk-ffi\bdk-python\dist\*.whl
publish-pypi:
name: 'Publish on PyPI'

View File

@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.26.0-SNAPSHOT
libraryVersion=0.26.0

View File

@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1536m
android.enableJetifier=true
kotlin.code.style=official
libraryVersion=0.26.0-SNAPSHOT
libraryVersion=0.26.0

View File

@ -60,7 +60,7 @@ rust_ext = RustExtension(
setup(
name='bdkpython',
version='0.26.0.dev0',
version='0.26.2',
description="The Python language bindings for the Bitcoin Development Kit",
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',