Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/publish-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- cp313-cp313
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand All @@ -44,7 +44,7 @@ jobs:
# see issue #350 for more information
run: ${PYBIN}/python -m build --wheel --config-setting=--build-option=--plat-name=manylinux_2_28_x86_64 --verbose

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: bdkpython-manylinux_2_28_x86_64-${{ matrix.python }}
path: /home/runner/work/bdk-python/bdk-python/dist/*.whl
Expand All @@ -61,14 +61,14 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
fetch-depth: 0

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -87,7 +87,7 @@ jobs:
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_arm64 --verbose

- name: "Upload artifacts"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bdkpython-macos-arm64-${{ matrix.python }}
path: /Users/runner/work/bdk-python/bdk-python/dist/*.whl
Expand All @@ -104,14 +104,14 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
fetch-depth: 0

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -129,7 +129,7 @@ jobs:
# see issue #350 for more information
run: python3 -m build --wheel --config-setting=--build-option=--plat-name=macosx_11_0_x86_64 --verbose

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: bdkpython-macos-x86_64-${{ matrix.python }}
path: /Users/runner/work/bdk-python/bdk-python/dist/*.whl
Expand All @@ -146,13 +146,13 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -169,7 +169,7 @@ jobs:
run: python -m build --wheel --verbose

- name: "Upload artifacts"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bdkpython-win-${{ matrix.python }}
path: D:\a\bdk-python\bdk-python\dist\*.whl
Expand All @@ -180,12 +180,12 @@ jobs:
needs: [build-manylinux_2_28-x86_64-wheels, build-macos-arm64-wheels, build-macos-x86_64-wheels, build-windows-wheels]
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
persist-credentials: false

- name: "Download artifacts in dist/ directory"
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: dist/

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: python3 -m sphinx -b html -W --keep-going docs/source docs/_build/html

- name: "Upload API Docs"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifact-bdkpython-api-docs
path: docs/_build/html
Expand All @@ -69,4 +69,4 @@ jobs:
steps:
- name: "Deploy to GitHub Pages"
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
16 changes: 8 additions & 8 deletions .github/workflows/test-bdk-ffi-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- cp313-cp313
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand All @@ -99,7 +99,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand All @@ -149,7 +149,7 @@ jobs:
- name: "Set up Rust"
uses: actions-rust-lang/setup-rust-toolchain@v1

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand All @@ -198,7 +198,7 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -223,7 +223,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/test-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- cp313-cp313
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: ${PYBIN}/python -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose

- name: "Upload artifact test"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bdkpython-manylinux_2_28_x86_64-${{ matrix.python }}
path: /home/runner/work/bdk-python/bdk-python/dist/*.whl
Expand All @@ -68,14 +68,14 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
fetch-depth: 0

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -100,7 +100,7 @@ jobs:
python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose

- name: "Upload artifact test"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bdkpython-macos-arm64-${{ matrix.python }}
path: /Users/runner/work/bdk-python/bdk-python/dist/*.whl
Expand All @@ -117,13 +117,13 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -146,7 +146,7 @@ jobs:
run: python3 -m unittest discover --start "./tests/" --pattern "test_offline_*.py" --verbose

- name: "Upload artifact test"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bdkpython-macos-x86_64-${{ matrix.python }}
path: /Users/runner/work/bdk-python/bdk-python/dist/*.whl
Expand All @@ -163,14 +163,14 @@ jobs:
- "3.13"
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
fetch-depth: 0

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand All @@ -187,7 +187,7 @@ jobs:
run: python -m build --wheel --verbose

- name: "Upload artifact test"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: bdkpython-windows-${{ matrix.python }}
path: D:\a\bdk-python\bdk-python\dist\*.whl
Expand All @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: "Checkout"
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: recursive
persist-credentials: false
Expand Down