Skip to content

Commit

Permalink
Fix deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 12, 2024
1 parent bd59a77 commit b1f4b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
PIP_NO_PYTHON_VERSION_WARNING: 1
PIP_NO_WARN_SCRIPT_LOCATION: 1
PRE_COMMIT_COLOR: always
PROJECT_NAME: propcache
PROJECT_NAME: janus
PY_COLORS: 1 # Recognized by the `py` package, dependency of `pytest`
PYTHONIOENCODING: utf-8
PYTHONUTF8: 1
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
uses: aio-libs/[email protected]
with:
changes_file: CHANGES.rst
version_file: src/${{ env.PROJECT_NAME }}/__init__.py
version_file: ${{ env.PROJECT_NAME }}/__init__.py
github_token: ${{ secrets.GITHUB_TOKEN }}
head_line: >-
{version} \({date}\)\n
Expand Down

0 comments on commit b1f4b5d

Please sign in to comment.