Skip to content

Commit

Permalink
fix: mention that versions must be synced in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Jun 14, 2024
1 parent 3098778 commit 35e14c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.8' # keep synced with dev-env.yml

- name: Upgrade pip
if: ${{ steps.release.outputs.release_created }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install Poetry
if: ${{ steps.release.outputs.release_created }}
run: |
pip install 'poetry==1.8.3'
pip install 'poetry==1.8.3' # keep version synced with dev-env.yml
poetry --version
- name: Bump version for developmental release
Expand Down

0 comments on commit 35e14c0

Please sign in to comment.