Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirella de Medeiros committed Feb 2, 2024
2 parents 3bb2521 + cdbdfc0 commit 16b4d75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed


## [1.1.1] - 2024-02-01
## [1.1.1] - 2024-02-02
### Added
- Support to Python 3.12
- Included `Nep17Contract` interface
Expand Down

0 comments on commit 16b4d75

Please sign in to comment.