Skip to content

Commit

Permalink
chore: publish workflow Poetry (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-stewart authored Jun 29, 2023
1 parent d45fbcf commit e303cb1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install poetry
run: |
pipx install poetry
- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: 'poetry'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
poetry install
- name: Build and publish
env:
Expand Down

0 comments on commit e303cb1

Please sign in to comment.