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 a88ccf2 commit 6d434a4Copy full SHA for 6d434a4
.github/workflows/publish-cli-to-testpypi.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Publish to TestPyPI
30
uses: pypa/gh-action-pypi-publish@release/v1
31
with:
32
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ password: ${{ secrets.TEST_CASP_PYPI_API_TOKEN }}
33
repository-url: https://test.pypi.org/legacy/
34
packages_dir: cli/casp/dist/
35
skip_existing: true
0 commit comments