Skip to content

Commit

Permalink
Correct publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Oct 23, 2022
1 parent 505abd1 commit 5a4be80
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
with:
python-version: '3.8'

- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.1.15

- name: Build distribution
run: poetry build
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install wheel
- name: Build
run: python setup.py sdist bdist_wheel

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 5a4be80

Please sign in to comment.