diff --git a/.github/workflows/pypi_release.yml b/.github/workflows/pypi_release.yml index 6ce9451..28e64b9 100644 --- a/.github/workflows/pypi_release.yml +++ b/.github/workflows/pypi_release.yml @@ -36,14 +36,8 @@ jobs: run: | python -m build -# - name: Publish distribution 📦 to Test PyPI -# uses: pypa/gh-action-pypi-publish@release/v1 -# with: -# password: ${{ secrets.TEST_PYPI_API_TOKEN }} -# repository_url: https://test.pypi.org/legacy/ - - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1 with: - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.LABS_PYPI_TOKEN }} \ No newline at end of file diff --git a/discoverx/version.py b/discoverx/version.py index 6c8e6b9..f102a9c 100644 --- a/discoverx/version.py +++ b/discoverx/version.py @@ -1 +1 @@ -__version__ = "0.0.0" +__version__ = "0.0.1"