Skip to content

Commit a1349d5

Browse files
committed
wip: add fetch-depth and endline
1 parent 723901b commit a1349d5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish-cli-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656
# with:
5757
# password: ${{ secrets.PYPI_API_TOKEN }}
5858
# packages_dir: cli/casp/dist/
59-
# skip_existing: true
59+
# skip_existing: true

.github/workflows/publish-cli-to-testpypi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
contents: read
1414
steps:
1515
- uses: actions/checkout@v4
16-
16+
with:
17+
fetch-depth: 0
1718
- name: Set up Python
1819
uses: actions/setup-python@v4
1920
with:
@@ -43,4 +44,4 @@ jobs:
4344
password: ${{ secrets.TEST_CASP_PYPI_API_TOKEN }}
4445
repository-url: https://test.pypi.org/legacy/
4546
packages-dir: cli/casp/dist/
46-
skip-existing: true
47+
skip-existing: true

0 commit comments

Comments
 (0)