File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 5858 if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
5959 run : |
6060 # Extract version from built wheel
61- WHEEL_VERSION=$(ls dist/*.whl | sed -E 's/.*-([0-9]+\.[0-9]+\.[0-9]+.*)-py3 .*/\1/')
61+ WHEEL_VERSION=$(ls dist/*.whl | sed -E 's/.*pytanis -([^-]+)- .*/\1/')
6262 # Get tag without 'v' prefix
6363 TAG_VERSION=${GITHUB_REF_NAME#v}
6464
Original file line number Diff line number Diff line change 88# - pytest-vcr
99# - pytest-sugar
1010# - hypothesis
11- # - setuptools-scm
1211# - pandas<3,>=2
1312# - tomli
1413# - pydantic>=2.5
@@ -271,7 +270,6 @@ packaging==25.0
271270 # matplotlib
272271 # nbconvert
273272 # pytest
274- # setuptools-scm
275273pandas == 2.3.3
276274 # via
277275 # hatch.envs.default
@@ -407,8 +405,6 @@ seaborn==0.13.2
407405 # via pytanis
408406send2trash == 2.0.0
409407 # via jupyter-server
410- setuptools-scm == 9.2.2
411- # via hatch.envs.default
412408six == 1.17.0
413409 # via
414410 # gspread-dataframe
You can’t perform that action at this time.
0 commit comments