Skip to content

Commit

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

# 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 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 c72b7a9

Please sign in to comment.