Skip to content

Commit

Permalink
Comment TestPyPI back in
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Dec 19, 2024
1 parent b4e4105 commit 9e55a45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,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
# attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440
- 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
attestations: false # https://github.com/pypa/gh-action-pypi-publish/issues/283#issuecomment-2499296440

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

0 comments on commit 9e55a45

Please sign in to comment.