Skip to content

Commit 0b4aa1f

Browse files
Merge pull request #9 from YannBerthelot/first_release
updated publish CI
2 parents 5528cf4 + 1d5d426 commit 0b4aa1f

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,11 @@ jobs:
3636
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
3737
run: poetry publish --no-interaction
3838

39-
# ✅ Use pinned cache-apt-pkgs-action to install GitHub CLI without stale latest tag
40-
- name: Install GitHub CLI
41-
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
42-
with:
43-
packages: gh
44-
version: 1.0
45-
46-
- name: Authenticate GitHub CLI
47-
run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
48-
49-
- name: Upload release assets
50-
run: |
51-
for file in dist/*; do
52-
gh release upload "${{ github.event.release.tag_name }}" "$file"
53-
done
39+
# - name: Authenticate GitHub CLI
40+
# run: echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
41+
42+
# - name: Upload release assets
43+
# run: |
44+
# for file in dist/*; do
45+
# gh release upload "${{ github.event.release.tag_name }}" "$file"
46+
# done

0 commit comments

Comments
 (0)