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 59e6b30 commit f45fc35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ 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 wheel
run: python3 -m pip install poetry
- name: Build a binary wheel and a source tarball with poetry
run: python3 -m poetry run python setup.py bdist_wheel
run: python3 -m poetry run python3 setup.py bdist_wheel

- name: Store the distribution packages
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f45fc35

Please sign in to comment.