We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bed46 commit a7abb75Copy full SHA for a7abb75
1 file changed
.github/workflows/python-release.yaml
@@ -17,18 +17,18 @@ permissions:
17
- 'patch'
18
19
jobs:
20
- test:
21
- name: Build and test
22
- uses: ./.github/workflows/python-test.yaml
23
- secrets: inherit
+ # test:
+ # name: Build and test
+ # uses: ./.github/workflows/python-test.yaml
+ # secrets: inherit
24
25
publish:
26
defaults:
27
run:
28
working-directory: impit-python
29
name: Publish
30
runs-on: ubuntu-latest
31
- needs: [test]
+ # needs: [test]
32
steps:
33
- uses: actions/checkout@v4
34
with:
@@ -41,7 +41,9 @@ jobs:
41
- name: Download all artifacts
42
uses: actions/download-artifact@v4
43
44
- path: dist
+ path: impit-python/dist
45
+ run-id: 14217710491
46
+ github-token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
47
48
- name: List files
49
run: |
0 commit comments