We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a253a7 commit 1149dd2Copy full SHA for 1149dd2
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
# from refs/tags/v1.2.3 get 1.2.3
22
VERSION=$(echo $GITHUB_REF | sed 's#.*/v##')
23
PLACEHOLDER='__version__ = "develop"'
24
- VERSION_FILE='jz_hydra_submitit_launcher/__init__.py'
+ VERSION_FILE='hydra_plugins/jz_hydra_submitit_launcher/__init__.py'
25
26
# ensure the placeholder is there. If grep doesn't find the placeholder
27
# it exits with exit code 1 and github actions aborts the build.
@@ -39,4 +39,4 @@ jobs:
39
TWINE_USERNAME: __token__
40
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
41
run: |
42
- twine upload dist/*
+ twine upload dist/*
0 commit comments