Skip to content

Commit

Permalink
temporarily comment out testpypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 10, 2024
1 parent d11ed9f commit 8f45f33
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,12 @@ jobs:
# https://docs.pypi.org/trusted-publishers/using-a-publisher/
# https://github.com/pypa/gh-action-pypi-publish

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: dist/ # the default
# temporarily commented to handle failed attempt of 4.26.0 upload
# - name: Publish to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# packages-dir: dist/ # the default

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 8f45f33

Please sign in to comment.