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 5bcfdba commit ed3c027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Package
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 test-pypi
run: sudo -H -E poetry config repositories.testpypi https://test.pypi.org/legacy/ && sudo -H -E ./package_publish.sh -r 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 ed3c027

Please sign in to comment.