Skip to content

Commit

Permalink
Merge pull request #18 from BDI-pathogens/refactoring
Browse files Browse the repository at this point in the history
Remove TestPyPI, correct PyPI
  • Loading branch information
lithomson authored Nov 6, 2024
2 parents 4b3efa7 + eb3bf71 commit 2b1d217
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,5 @@ jobs:
run: >-
python -m build .
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/

- name: Publish a Python distribution to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 2b1d217

Please sign in to comment.