diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2986493..7d2a555 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: # from refs/tags/v1.2.3 get 1.2.3 VERSION=$(echo $GITHUB_REF | sed 's#.*/v##') PLACEHOLDER='__version__ = "develop"' - VERSION_FILE='jz_hydra_submitit_launcher/__init__.py' + VERSION_FILE='hydra_plugins/jz_hydra_submitit_launcher/__init__.py' # ensure the placeholder is there. If grep doesn't find the placeholder # it exits with exit code 1 and github actions aborts the build. @@ -39,4 +39,4 @@ jobs: TWINE_USERNAME: __token__ TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }} run: | - twine upload dist/* \ No newline at end of file + twine upload dist/*