Skip to content

Commit c0547b0

Browse files
committed
Fixed structure
1 parent 3d52a75 commit c0547b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Fetch remote package version
3434
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');\")")
35+
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');\")")
3636
echo "remoteVersion=$packageRemoteVersion" >> $GITHUB_ENV
3737
3838
- name: Printing local and remote versions

0 commit comments

Comments
 (0)