Skip to content

Commit

Permalink
Skip uploading to test PyPI for now. Details for why in pypa/gh-actio…
Browse files Browse the repository at this point in the history
  • Loading branch information
adamghill committed Nov 9, 2024
1 parent 8afc052 commit 641ff3c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ jobs:
- name: Build
run: uv build

- name: Publish package distributions to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true
# - name: Publish package distributions to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# repository-url: https://test.pypi.org/legacy/
# skip-existing: true

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false

0 comments on commit 641ff3c

Please sign in to comment.