Skip to content

Commit a7abb75

Browse files
committed
chore: reuse old artifacts for CI workflow testing
1 parent d2bed46 commit a7abb75

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/python-release.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ permissions:
1717
- 'patch'
1818

1919
jobs:
20-
test:
21-
name: Build and test
22-
uses: ./.github/workflows/python-test.yaml
23-
secrets: inherit
20+
# test:
21+
# name: Build and test
22+
# uses: ./.github/workflows/python-test.yaml
23+
# secrets: inherit
2424

2525
publish:
2626
defaults:
2727
run:
2828
working-directory: impit-python
2929
name: Publish
3030
runs-on: ubuntu-latest
31-
needs: [test]
31+
# needs: [test]
3232
steps:
3333
- uses: actions/checkout@v4
3434
with:
@@ -41,7 +41,9 @@ jobs:
4141
- name: Download all artifacts
4242
uses: actions/download-artifact@v4
4343
with:
44-
path: dist
44+
path: impit-python/dist
45+
run-id: 14217710491
46+
github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
4547

4648
- name: List files
4749
run: |

0 commit comments

Comments
 (0)