Skip to content

Commit

Permalink
update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunGravdalJohansen committed Dec 19, 2024
1 parent 773b7e6 commit 0f89df7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install poetry
- name: Build and publish
- name: Build
run: |
poetry publish --build
poetry build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 0f89df7

Please sign in to comment.