github: don't publish to test pypi twice

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-20 12:15:54 -07:00
parent dbba45349f
commit 728fe0ad88
2 changed files with 3 additions and 27 deletions

View File

@@ -60,25 +60,3 @@ jobs:
with:
verbose: true
print-hash: true
publish-to-test-pypi:
name: "Publish to Test PyPI"
runs-on: ubuntu-latest
needs: [ build ]
environment:
name: testpypi
url: https://pypi.org/p/pipecat-ai
permissions:
id-token: write
steps:
- name: Download wheels
uses: actions/download-artifact@v4
with:
name: wheels
path: ./dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
print-hash: true
repository-url: https://test.pypi.org/legacy/

View File

@@ -2,11 +2,9 @@ name: publish-test
on:
workflow_dispatch:
pull_request:
push:
branches:
- "**"
paths-ignore:
- "docs/**"
- main
jobs:
build:
@@ -42,7 +40,7 @@ jobs:
name: wheels
path: ./dist
publish-to-pypi:
publish-to-test-pypi:
name: "Publish to Test PyPI"
runs-on: ubuntu-latest
needs: [ build ]