Skip to content

Commit

Permalink
update deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Feb 15, 2024
1 parent 42f2395 commit 6a843d1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
- name: Install dependencies
run: >-
python -m pip install --user --upgrade setuptools wheel
- name: Convert dependencies
run: >-
sed -i 's/==/>=/g' setup.py; cat setup.py
pip install -e .
pip install build
- name: Build
run: >-
python setup.py sdist bdist_wheel
python -m build
- name: Publish distribution 📦 to PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 6a843d1

Please sign in to comment.