Skip to content

Commit

Permalink
Build via tox
Browse files Browse the repository at this point in the history
  • Loading branch information
moradology committed Apr 15, 2024
1 parent 88c42c1 commit ed4773e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ jobs:
with:
python-version: "3.x"

- name: Install release dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
- name: Install dependencies
run: python -m pip install tox

- name: Build package
run: python setup.py sdist bdist_wheel
- name: Release
run: tox -e build

- name: Upload release to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit ed4773e

Please sign in to comment.