Skip to content

Commit

Permalink
chore: temporarily disable Test PyPI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Mar 13, 2024
1 parent de92757 commit 1ff96a1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ jobs:
- name: Build package
run: python -m build

- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1.5
if: ${{ !contains(github.ref, '-rc') }}
with:
repository_url: https://test.pypi.org/legacy/
print_hash: true
skip_existing: true
verbose: true
# - name: Publish to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1.5
# if: ${{ !contains(github.ref, '-rc') }}
# with:
# repository_url: https://test.pypi.org/legacy/
# print_hash: true
# skip_existing: true
# verbose: true

- name: Parse version and output Test PyPI URL
id: test-version
Expand Down

0 comments on commit 1ff96a1

Please sign in to comment.