Skip to content

Commit

Permalink
Use poetry in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Jun 7, 2021
1 parent 33e9515 commit a99a13a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: python3 -m pip install --user --upgrade setuptools wheel
run: python3 -m pip install --user --upgrade poetry
- name: build
run: python3 setup.py sdist bdist_wheel
run: poetry build
- name: release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit a99a13a

Please sign in to comment.