Skip to content

Commit

Permalink
ci: fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tzoiker committed Nov 6, 2023
1 parent c454dd3 commit 0083513
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,9 @@ jobs:
with:
python-version: '3.11'

- name: Fetch tags
run: git fetch --unshallow --tags --force || true

- name: Install poetry
run: python -m pip install poetry

- name: Install poem-plugins
run: poetry self add poem-plugins

- name: Install package
run: poetry install

- name: Build package
run: poetry build

Expand Down

0 comments on commit 0083513

Please sign in to comment.