diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml deleted file mode 100644 index faf3f8bcbb..0000000000 --- a/.github/workflows/pypi.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Publish PyPI package -on: - push: - tags: - - v*.*.* - -jobs: - push_to_pypi: - runs-on: ubuntu-latest - steps: - - name: Check out the repo - uses: actions/checkout@v3 - - name: Set up python - uses: actions/setup-python@v3 - with: - python-version: 3.11 - - uses: abatilo/actions-poetry@v2.1.4 - - name: Run poetry build - run: poetry build - - name: Run poetry publish - run: POETRY_PYPI_TOKEN_PYPI=${{ secrets.PYPI_TOKEN }} poetry publish