Skip to content

Commit 0c7d309

Browse files
authored
Fix deployment scripts (#721)
1 parent bd59a77 commit 0c7d309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
PIP_NO_PYTHON_VERSION_WARNING: 1
1919
PIP_NO_WARN_SCRIPT_LOCATION: 1
2020
PRE_COMMIT_COLOR: always
21-
PROJECT_NAME: propcache
21+
PROJECT_NAME: janus
2222
PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest`
2323
PYTHONIOENCODING: utf-8
2424
PYTHONUTF8: 1
@@ -175,7 +175,7 @@ jobs:
175175
uses: aio-libs/[email protected]
176176
with:
177177
changes_file: CHANGES.rst
178-
version_file: src/${{ env.PROJECT_NAME }}/__init__.py
178+
version_file: ${{ env.PROJECT_NAME }}/__init__.py
179179
github_token: ${{ secrets.GITHUB_TOKEN }}
180180
head_line: >-
181181
{version} \({date}\)\n

0 commit comments

Comments
 (0)