Skip to content

Commit

Permalink
Add build package to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirella de Medeiros committed Feb 2, 2024
1 parent e353a59 commit cdbdfc0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
steps:
- checkout
- python/load-cache
- run:
name: Test Build Package
command: |
python3 -m pip install --upgrade pip
pip install twine build
python3 -m build
twine check dist/*
- run:
name: Fix openssl for ripemd160 loading
Expand Down Expand Up @@ -95,7 +102,9 @@ jobs:
- run:
name: Build Package
command: |
python3 setup.py sdist bdist_wheel
python3 -m pip install --upgrade pip
pip install twine build
python3 -m build
twine check dist/*
- run:
Expand Down

0 comments on commit cdbdfc0

Please sign in to comment.