Skip to content

Commit

Permalink
corrected publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sethjuarez committed Jan 14, 2025
1 parent 76a3ba4 commit 4231887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prompty-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
steps:
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11.5
python-version: 3.9

- name: install dependencies
working-directory: ./runtime/prompty
run: pdm install

- name: Publish package distributions to PyPI
working-directory: ./runtime/prompty
run: pdm publish

0 comments on commit 4231887

Please sign in to comment.