Skip to content

Commit

Permalink
install and package via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
thevincentadam committed Sep 15, 2021
1 parent 475df90 commit 92e07a9
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/upload-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,13 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
# ------------ Install poetry
# - name: Setup pip/poetry
# run: |
# pip install -U pip poetry twine
# poetry config virtualenvs.create false

# ------------ build and install package
- name: Install package
run: |
# poetry install
# poetry build
pip install -e .
python setup.py sdist
pip wheel . -w dist
pip install -e .
python setup.py sdist
pip wheel . -w dist
# ------------ publish to pypi
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 92e07a9

Please sign in to comment.