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 3e61664 commit d408341Copy full SHA for d408341
.github/workflows/pypi-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
if: github.event.pusher.name == 'awtkns'
27
run: |
28
curl -s https://pypi.org/pypi/fastapi-crudrouter/json | grep -Eo '"version":"[0-9].[0-9][0-9]?.[0-9][0-9]?"' | grep -Eo "[0-9].[0-9][0-9]?.[0-9][0-9]?" > old
29
- grep -Eo '__version__ = "[0-9].[0-9][0-9]?.[0-9][0-9]?"' ./fastapi_crudrouter/__init__.py | grep -Eo "[0-9].[0-9][0-9]?.[0-9][0-9]?" > new
+ grep -Eo '__version__ = "[0-9].[0-9][0-9]?.[0-9][0-9]?"' ./fastapi_crudrouter/_version.py | grep -Eo "[0-9].[0-9][0-9]?.[0-9][0-9]?" > new
30
31
cat new
32
cat old
0 commit comments