Skip to content

Commit

Permalink
test version release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 8, 2024
1 parent 9eb1103 commit 27b65f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install dependencies
run: |
poetry install --no-dev
Expand All @@ -74,6 +75,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install poetry
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Download distribution
uses: actions/download-artifact@v2
with:
Expand Down

0 comments on commit 27b65f8

Please sign in to comment.