We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4891b4 commit 59c88eaCopy full SHA for 59c88ea
.github/workflows/ci.yml
@@ -78,7 +78,8 @@ jobs:
78
79
- name: Set module version
80
id: module
81
- run: echo ::set-output name=version::$(python -c 'from importlib.metadata import version; print(version("geojson_pydantic"))')
+ run: |
82
+ echo version=$(python -c'import geojson_pydantic; print(geojson_pydantic.__version__)') >> $GITHUB_OUTPUT
83
84
- name: Build and publish
85
if: steps.tag.outputs.tag == steps.module.outputs.version
0 commit comments