Skip to content

Commit

Permalink
Remove poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Shotwell committed Dec 19, 2023
1 parent 447a5b8 commit 902b6b2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,13 @@ jobs:
with:
python-version: "3.11"

- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
- name: Configure Poetry
run: poetry config virtualenvs.in-project true

- name: Install dependencies
run: |
poetry install
python -m pip install --upgrade pip
python -m pip install build
- name: Build Python package
run: poetry build
run: python -m build

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

0 comments on commit 902b6b2

Please sign in to comment.