Skip to content

Commit

Permalink
Update the workflow to upload to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
JN-Hernandez committed Apr 19, 2024
1 parent 153f91d commit 77c242a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,5 @@ jobs:
- name: Build release package
run: python setup.py sdist bdist_wheel

- name: Upload release to TestPyPI
- name: Upload release to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/

0 comments on commit 77c242a

Please sign in to comment.