Skip to content

Commit

Permalink
fix: release
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 28, 2021
1 parent b0b2472 commit 04d4e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
python-version: "3.8"

- name: Install release packages
run: pip install setuptools wheel twine setuptools-scm[toml] build
run: pip install setuptools wheel twine setuptools-scm[toml]

- name: Install dependencies
run: pip install .[dev]

- name: Build distribution
run: python -m build
run: python setup.py sdist bdist_wheel

- name: Publish to PyPI Test
env:
Expand Down

0 comments on commit 04d4e38

Please sign in to comment.