Skip to content

Commit

Permalink
Push to Test PyPI [release]
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Dec 24, 2023
1 parent ed3c027 commit 22cf6d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
run: sudo -H -E ./package.sh --keep-venv
- name: Publish Package to PyPI
run: sudo -H -E poetry config repositories.testpypi https://test.pypi.org/legacy/ && sudo -H -E ./package_publish.sh -r testpypi
env:
POETRY_PYPI_TOKEN_TESTPYPI: ${{ secrets.POETRY_PYPI_TOKEN_TESTPYPI }}
- name: Rename package to DataDreamer from datadreamer.dev # Because we are publishing to PyPI as datadreamer.dev
run: mv pyproject.toml.orig pyproject.toml
- name: Cache .venv_dev/docs
Expand Down

0 comments on commit 22cf6d2

Please sign in to comment.