Skip to content

Commit

Permalink
Merge pull request #9 from tzoiker/ci/fix-publish
Browse files Browse the repository at this point in the history
Fix publish workflow
  • Loading branch information
tzoiker authored Nov 6, 2023
2 parents c454dd3 + 0083513 commit e36c2a2
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 e36c2a2

Please sign in to comment.