We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe8464 commit aea6ac9Copy full SHA for aea6ac9
.github/workflows/CI.yaml
@@ -74,6 +74,12 @@ jobs:
74
- name: Build package
75
run: poetry build
76
77
+ - name: Repository Setup
78
+ run: |
79
+ poetry config repositories.test-pypi https://test.pypi.org/legacy/
80
+# poetry config pypi-token.test-pypi ${{ secrets.TEST_PYPI_TOKEN }}
81
+# poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
82
+
83
- name: Publish package to TestPyPI
84
env:
85
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments