Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Mar 30, 2024
1 parent 40c6e94 commit c94e7bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-pip-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: Upload Python Package

on:
workflow_dispatch:
release:
types: [created]

Expand All @@ -14,7 +15,9 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.x
- uses: Gr1N/setup-poetry@v7
- name: Install dependencies
run: |
python -m pip install --upgrade pip poetry
- name: Install poetry dependencies
run: |
poetry install
Expand Down

0 comments on commit c94e7bc

Please sign in to comment.