diff --git a/.github/workflows/publish_to_pypi.yaml b/.github/workflows/publish_to_pypi.yaml index 8850052..d4b3255 100644 --- a/.github/workflows/publish_to_pypi.yaml +++ b/.github/workflows/publish_to_pypi.yaml @@ -45,23 +45,4 @@ jobs: - name: Publish to PyPI if: startsWith(github.ref, 'refs/tags/v') run: | - poetry publish - - # - name: Build package - # run: | - # python setup.py sdist bdist_wheel - - # - name: Publish to Test PyPI - # if: startsWith(github.ref, 'refs/tags/test-') - # uses: pypa/gh-action-pypi-publish@v1.4.2 - # with: - # user: __token__ - # password: ${{ secrets.TEST_PYPI_API_TOKEN }} - # repository_url: https://test.pypi.org/legacy/ - - # - name: Publish to PyPI - # if: startsWith(github.ref, 'refs/tags/v') - # uses: pypa/gh-action-pypi-publish@v1.4.2 - # with: - # user: __token__ - # password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + poetry publish \ No newline at end of file