Skip to content

Commit

Permalink
Update Build Distribution Command (#34)
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
aMahanna committed Dec 4, 2023
1 parent 2890658 commit 70dbc0b
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 @@ -19,10 +19,10 @@ jobs:
python-version: "3.10"

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

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

- name: Publish to Test PyPi
env:
Expand Down

0 comments on commit 70dbc0b

Please sign in to comment.