Skip to content

Commit

Permalink
Fixed release yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iory committed Oct 15, 2024
1 parent 049655b commit bd39f5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
- name: Install publishing dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel build
- name: Build
run: |
python setup.py sdist
python setup.py bdist_wheel
python -m build
- name: Upload to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit bd39f5e

Please sign in to comment.