Skip to content

Commit

Permalink
Build before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoelho93 committed Apr 25, 2024
1 parent d2e2def commit 8502673
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,15 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 1.8.2
- name: poetry build
run: poetry build
- name: Publish package distributions to Pypi
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 8502673

Please sign in to comment.