Skip to content

Commit

Permalink
Publish to production PyPI
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Busetti <729029+febus982@users.noreply.github.com>
  • Loading branch information
febus982 committed May 6, 2024
1 parent 5280512 commit c628ff2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: dist/*

- name: Publish package distributions to TestPyPI
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
################################
# REMOVE CUSTOM REPOSITORY TO #
# PUBLISH ON OFFICIAL PYPI #
################################
with:
repository-url: https://test.pypi.org/legacy/
# with:
# repository-url: https://test.pypi.org/legacy/

site:
needs: build
Expand Down

0 comments on commit c628ff2

Please sign in to comment.