Skip to content

Commit b6a417d

Browse files
committed
One last fix : pls work
1 parent eed311b commit b6a417d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish-test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ jobs:
6464
- name: Build package
6565
run: poetry build
6666
#----------------------------------------------
67+
# Configure test-pypi repository
68+
#----------------------------------------------
69+
- name: Configure test-pypi repository
70+
run: poetry config repositories.testpypi https://test.pypi.org/legacy/
71+
#----------------------------------------------
6772
# Attempt push to test-pypi
6873
#----------------------------------------------
69-
- name: Publish to pypi
70-
run: poetry publish --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi --repository-url https://test.pypi.org/legacy/
74+
- name: Publish to test-pypi
75+
run: poetry publish --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} --repository testpypi

0 commit comments

Comments
 (0)