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 8fa0728 commit 68c9200Copy full SHA for 68c9200
.github/workflows/check-package.yml
@@ -101,6 +101,15 @@ jobs:
101
needs: pkg-build
102
runs-on: ubuntu-latest
103
steps:
104
+ - name: Pull reusable 🤖 actions️
105
+ uses: actions/checkout@v4
106
+ with:
107
+ ref: ${{ inputs.actions-ref }}
108
+ path: .cicd
109
+ repository: Lightning-AI/utilities
110
+ - name: Prepare build env.
111
+ run: pip install -r ./.cicd/requirements/gha-package.txt
112
+
113
- name: Download 📥
114
uses: actions/download-artifact@v4
115
with:
@@ -111,7 +120,6 @@ jobs:
120
- name: Brief look
121
run: |
122
ls -lh dist/
- pip install -q twine
123
twine check dist/*
116
124
- name: Upload 📤
117
125
uses: actions/upload-artifact@v4
0 commit comments