diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6e73210..bd4e51e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,25 +26,6 @@ jobs: run: pip install -r requirements.txt - name: pyright run: npx pyright - - name: Install pypa/build - run: >- - python -m - pip install - build - --user - - name: Build a binary wheel and a source tarball - run: >- - python -m - build - --sdist - --wheel - --outdir dist/ - . - - name: Publish distribution 📦 to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - password: ${{ secrets.TEST_PYPI_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - name: Publish semantic release 📦 to PyPI if: ${{ github.ref == 'refs/heads/main' }} uses: relekang/python-semantic-release@master