Skip to content

Commit

Permalink
test.pypi.org info
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Sep 14, 2022
1 parent 6a4561e commit 5701684
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
packages_dir: dist-wheel
verbose: true

# Later: when tiledbsoma is released
# - name: Publish package to PyPI
# if: matrix.os == 'ubuntu-22.04' && github.event_name == 'release' && !github.event.release.prerelease
# uses: pypa/gh-action-pypi-publish@master
Expand All @@ -64,3 +65,12 @@ jobs:
# password: ${{ secrets.PYPI_TOKEN }}
# packages_dir: dist-wheel
# verbose: true

# Notes:
# The above is fine for releases; notes here are for manual ops.
# https://towardsdatascience.com/create-your-own-python-package-and-publish-it-into-pypi-9306a29bc116
# TL;DR:
# o cd apis/python
# o python setup.py dist
# o python -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# - Be sure to use username __token__ and password being the token you set up at test.pypi.org

0 comments on commit 5701684

Please sign in to comment.