We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd59a77 commit 0c7d309Copy full SHA for 0c7d309
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ env:
18
PIP_NO_PYTHON_VERSION_WARNING: 1
19
PIP_NO_WARN_SCRIPT_LOCATION: 1
20
PRE_COMMIT_COLOR: always
21
- PROJECT_NAME: propcache
+ PROJECT_NAME: janus
22
PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest`
23
PYTHONIOENCODING: utf-8
24
PYTHONUTF8: 1
@@ -175,7 +175,7 @@ jobs:
175
uses: aio-libs/[email protected]
176
with:
177
changes_file: CHANGES.rst
178
- version_file: src/${{ env.PROJECT_NAME }}/__init__.py
+ version_file: ${{ env.PROJECT_NAME }}/__init__.py
179
github_token: ${{ secrets.GITHUB_TOKEN }}
180
head_line: >-
181
{version} \({date}\)\n
0 commit comments