Skip to content

Commit

Permalink
Merge pull request #44 from aai-institute/fix-test-pypi
Browse files Browse the repository at this point in the history
Remove test PyPI job
  • Loading branch information
nicholasjng authored Feb 1, 2024
2 parents d839f62 + 19d9470 commit c7866ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
with:
name: dist
path: dist
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true # tolerate release package file duplicates
repository-url: https://test.pypi.org/legacy/
# - name: Publish distribution 📦 to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# skip-existing: true # tolerate release package file duplicates
# repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit c7866ec

Please sign in to comment.