Skip to content

Commit

Permalink
Skip publishing packages to test PyPI server
Browse files Browse the repository at this point in the history
This causes builds to appear as failed for spurious reasons, and it is
not clear that anyone is using these builds.

PiperOrigin-RevId: 517869801
Change-Id: I3181778727dc7cdc8a4bf97f1b285ac4d780e031
  • Loading branch information
jbms authored and copybara-github committed Mar 20, 2023
1 parent 9648c69 commit 0830268
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ jobs:
with:
name: python-wheels-windows
path: dist
- name: Publish to PyPI (test server)
uses: pypa/gh-action-pypi-publish@54b39fb9371c0b3a6f9f14bb8a67394defc7a806 # 2020-09-25
with:
user: __token__
password: ${{ secrets.pypi_test_token }}
repository_url: https://test.pypi.org/legacy/
- name: Publish to PyPI (main server)
uses: pypa/gh-action-pypi-publish@54b39fb9371c0b3a6f9f14bb8a67394defc7a806 # 2020-09-25
with:
Expand Down

0 comments on commit 0830268

Please sign in to comment.