Skip to content

Commit

Permalink
remove Test PyPI Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmi committed Apr 8, 2024
1 parent fcddd76 commit 28fc157
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ jobs:
run: |
poetry build --no-interaction
- name: Test PyPI Publishing
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_DEPLOYMENT_API_KEY }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true

- name: Create GitHub Release
id: create_gh_release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 28fc157

Please sign in to comment.