Skip to content

Commit

Permalink
Remove Test PyPI release as it is not idempotent
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Feb 5, 2024
1 parent 19472c2 commit fbd8023
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,6 @@ jobs:
pip install -U build
python -m build
- name: Publish package to Test PyPI first
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository-url: https://test.pypi.org/legacy/


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

0 comments on commit fbd8023

Please sign in to comment.