Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 05b92ba

Browse files
authored
Add testpypi to poetry repositories
1 parent 7007961 commit 05b92ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
poetry env use "3.7"
2828
poetry install
29+
poetry config repositories.testpypi https://test.pypi.org/legacy/
2930
3031
- name: Bump version number
3132
run: poetry version ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)