File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8282 echo version=$(python -c'import geojson_pydantic; print(geojson_pydantic.__version__)') >> $GITHUB_OUTPUT
8383
8484 - name : Build and publish
85- if : steps.tag.outputs.tag == steps.module.outputs.version
85+ if : ${{ steps.tag.outputs.version }} == ${{ steps.module.outputs.version}}
8686 env :
8787 FLIT_USERNAME : ${{ secrets.PYPI_USERNAME }}
8888 FLIT_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 - name : Checkout main
2020 uses : actions/checkout@v2
2121
22- - name : Set up Python 3.8
22+ - name : Set up Python 3.9
2323 uses : actions/setup-python@v2
2424 with :
25- python-version : 3.8
25+ python-version : 3.9
2626
2727 - name : Install dependencies
2828 run : |
Original file line number Diff line number Diff line change 1111 Polygon ,
1212)
1313
14- __version__ = "1.1.2 "
14+ __version__ = "1.2.0 "
1515
1616__all__ = [
1717 "Feature" ,
Original file line number Diff line number Diff line change 22name = " geojson-pydantic"
33description = " Pydantic data models for the GeoJSON spec."
44readme = " README.md"
5- requires-python = " >=3.8 "
5+ requires-python = " >=3.9 "
66license = {file = " LICENSE" }
77authors = [
88 {
name =
" Drew Bollinger" ,
email =
" [email protected] " },
@@ -100,7 +100,7 @@ ignore = [
100100"tests/*.py" = [" D1" ]
101101
102102[tool .bumpversion ]
103- current_version = " 1.1.2 "
103+ current_version = " 1.2.0 "
104104
105105search = " {current_version}"
106106replace = " {new_version}"
You can’t perform that action at this time.
0 commit comments