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 3d52a75 commit c0547b0Copy full SHA for c0547b0
.github/workflows/publish_to_pypi.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- name: Fetch remote package version
34
run: |
35
- packageRemoteVersion=$(python -c "exec(\"import pkg_resources\\ntry: print(pkg_resources.get_distribution('python-lib-osw-validation').version)\\nexcept pkg_resources.DistributionNotFound: print('0.0.0');\")")
+ packageRemoteVersion=$(python -c "exec(\"import pkg_resources\\ntry: print(pkg_resources.get_distribution('python-osw-validation').version)\\nexcept pkg_resources.DistributionNotFound: print('0.0.0');\")")
36
echo "remoteVersion=$packageRemoteVersion" >> $GITHUB_ENV
37
38
- name: Printing local and remote versions
0 commit comments