Compare commits
4 Commits
frost
...
release/0.
Author | SHA1 | Date | |
---|---|---|---|
|
634d7db36e | ||
|
2233517495 | ||
|
49716471d4 | ||
|
ced11cb1ee |
4
.github/workflows/build-python-wheels.yaml
vendored
4
.github/workflows/build-python-wheels.yaml
vendored
@ -90,7 +90,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: bdkpython-macos-${{ matrix.python }}
|
name: bdkpython-macos-${{ matrix.python }}
|
||||||
path: dist/*.whl
|
path: /Users/runner/work/bdk-ffi/bdk-ffi/bdk-python/dist/*.whl
|
||||||
|
|
||||||
build-windows-wheel:
|
build-windows-wheel:
|
||||||
name: 'Build windows wheel'
|
name: 'Build windows wheel'
|
||||||
@ -123,4 +123,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: bdkpython-win-${{ matrix.python }}
|
name: bdkpython-win-${{ matrix.python }}
|
||||||
path: dist/*.whl
|
path: D:\a\bdk-ffi\bdk-ffi\bdk-python\dist\*.whl
|
||||||
|
4
.github/workflows/publish-python.yaml
vendored
4
.github/workflows/publish-python.yaml
vendored
@ -82,7 +82,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: bdkpython-macos-${{ matrix.python }}
|
name: bdkpython-macos-${{ matrix.python }}
|
||||||
path: dist/*.whl
|
path: /Users/runner/work/bdk-ffi/bdk-ffi/bdk-python/dist/*.whl
|
||||||
|
|
||||||
build-windows-wheel:
|
build-windows-wheel:
|
||||||
name: 'Build windows wheel'
|
name: 'Build windows wheel'
|
||||||
@ -115,7 +115,7 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: bdkpython-win-${{ matrix.python }}
|
name: bdkpython-win-${{ matrix.python }}
|
||||||
path: dist/*.whl
|
path: D:\a\bdk-ffi\bdk-ffi\bdk-python\dist\*.whl
|
||||||
|
|
||||||
publish-pypi:
|
publish-pypi:
|
||||||
name: 'Publish on PyPI'
|
name: 'Publish on PyPI'
|
||||||
|
@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
|
|||||||
android.useAndroidX=true
|
android.useAndroidX=true
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libraryVersion=0.26.0-SNAPSHOT
|
libraryVersion=0.26.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
org.gradle.jvmargs=-Xmx1536m
|
org.gradle.jvmargs=-Xmx1536m
|
||||||
android.enableJetifier=true
|
android.enableJetifier=true
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
libraryVersion=0.26.0-SNAPSHOT
|
libraryVersion=0.26.0
|
||||||
|
@ -60,7 +60,7 @@ rust_ext = RustExtension(
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='bdkpython',
|
name='bdkpython',
|
||||||
version='0.26.0.dev0',
|
version='0.26.2',
|
||||||
description="The Python language bindings for the Bitcoin Development Kit",
|
description="The Python language bindings for the Bitcoin Development Kit",
|
||||||
long_description=LONG_DESCRIPTION,
|
long_description=LONG_DESCRIPTION,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user