Skip to content

Commit

Permalink
Adding in step to build release
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed Apr 15, 2024
1 parent 879859d commit afd42d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
- name: Install release dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel
- name: Build package
run: python setup.py sdist bdist_wheel

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

0 comments on commit afd42d0

Please sign in to comment.