Skip to content

Commit aea6ac9

Browse files
chore: Update repository on Workflow
1 parent efe8464 commit aea6ac9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ jobs:
7474
- name: Build package
7575
run: poetry build
7676

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+
7783
- name: Publish package to TestPyPI
7884
env:
7985
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)