Skip to content

Commit

Permalink
Remove old Poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
stkbailey committed Aug 14, 2021
1 parent bb4d393 commit 9fea5f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Build and publish to pypi
uses: JRubics/[email protected]

# Use recommended install script: https://python-poetry.org/docs/
- name: Install Poetry
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -
Expand Down

0 comments on commit 9fea5f3

Please sign in to comment.