File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,14 @@ jobs:
146146 python -m pip install --upgrade pip
147147 pip install setuptools wheel twine
148148
149+ - name : Drop build folder to prevent shadowing issues w/ the PyPA “build” module
150+ run : rm -rf build
151+
152+ - name : Install PyPA “build” module
153+ run : pip install -U build
154+
149155 - name : Build sdist
150- run : |
151- python -m build --sdist
156+ run : python -m build --sdist
152157
153158 # ----------------------------------------------------
154159 # Download wheels built on each runner
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ name = "Removals"
140140showcontent = true
141141
142142[tool .bumpversion ]
143- current_version = " 5.3.15 "
143+ current_version = " 5.3.16 "
144144parse = """
145145 (?P<major>\\ d+)
146146 \\ .(?P<minor>\\ d+)
Original file line number Diff line number Diff line change 9898setup (
9999 name = "faster-eth-utils" ,
100100 # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
101- version = "5.3.15 " ,
101+ version = "5.3.16 " ,
102102 description = (
103103 """A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
104104 ),
You can’t perform that action at this time.
0 commit comments