Skip to content

Commit

Permalink
added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
e60e256 committed Mar 16, 2024
1 parent 46400d8 commit 5cf7a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

# Build by poetry
- name: Install pip and setuptools wheel
run: python3 -m pip install -U pip setuptools
run: python3 -m pip install -U pip setuptools wheel
- name: Install poetry
run: python3 -m pip install poetry
- name: Build a binary wheel and a source tarball with poetry
Expand Down

0 comments on commit 5cf7a9f

Please sign in to comment.