Skip to content

Commit

Permalink
FIX: No TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Oct 14, 2022
1 parent aa50a99 commit 055cb2a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/release.yml
Expand Up @@ -54,20 +54,3 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

# TestPyPI on push
test_pypi:
needs: package
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/download-artifact@v3
with:
name: dist
path: dist
- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TESTPYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 055cb2a

Please sign in to comment.