Skip to content

Commit

Permalink
Remove poetry from release workfflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermef committed Jul 25, 2022
1 parent aa26e5d commit 169ff04
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install dependencies
run: |
pip install -U pip
pip install wheel
- name: Build package
run: poetry build
run: python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
Expand Down

0 comments on commit 169ff04

Please sign in to comment.