Skip to content

Commit

Permalink
[to be removed]
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Aug 7, 2023
1 parent 0c8504e commit bf7e926
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
jobs-ragger-tests:
name: Run Ragger tests
needs: build_ragger_elfs
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@pypi_deployment
with:
download_app_binaries_artifact: "ragger_elfs"
test_dir: tests/ragger
6 changes: 3 additions & 3 deletions .github/workflows/python-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: (cd client && mypy src/)

packaging:
needs: [lint, mypy]
if: github.event_name == 'push'
# needs: [lint, mypy]
# if: github.event_name == 'push'
name: Build, test and deploy the Python package
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@v1
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_pypi_deployment.yml@pypi_deployment
with:
package_directory: "client/"
stable_deployment: ${{ github.ref == 'refs/heads/master' }}
Expand Down
2 changes: 1 addition & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.1] - 2023-08-07
## [0.1.0] - 2023-08-07

### Added

Expand Down

0 comments on commit bf7e926

Please sign in to comment.