Skip to content

Commit

Permalink
ci: remove test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Dec 9, 2024
1 parent ec9a59b commit a578241
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ jobs:
run: pip install build
- name: Build
run: python -m build
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a578241

Please sign in to comment.