File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments