Skip to content

Commit

Permalink
Preparing pypi release (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic authored Jun 20, 2023
1 parent 0ae29a8 commit 3e67e38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
password: ${{ secrets.LABS_PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion discoverx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.0"
__version__ = "0.0.1"

0 comments on commit 3e67e38

Please sign in to comment.