Skip to content

Commit

Permalink
update the toml version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 8, 2024
1 parent 20c592e commit 9eb1103
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,16 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Install dependencies
run: |
poetry install --no-dev
- name: Build the distribution
run: poetry build
run: |
poetry build
- name: Upload distribution for publishing
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9eb1103

Please sign in to comment.