Skip to content

Commit

Permalink
Remove test pypi upload (causing release failure because pypi was dow…
Browse files Browse the repository at this point in the history
…n due to malware spike, now re-running the test pypi upload breaks the Action because of duplicate upload)
  • Loading branch information
kavanase committed Mar 28, 2024
1 parent 08ac69e commit 622e7a6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ jobs:
python3 -m pip install --upgrade build
python3 -m build
- name: Publish distribution 📦 to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 622e7a6

Please sign in to comment.