Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy authored Oct 2, 2024
1 parent 56e9224 commit 845131e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ jobs:
file_name: ${{ matrix.package }}_badge.svg
badge_color: ${{ matrix.color }}

# - name: Upload badge as artifact
# uses: actions/upload-artifact@v3
# with:
# path: .pypi_chart/${{ matrix.package }}_badge.svg

- name: Upload badges as artifact
uses: actions/upload-artifact@v3
with:
path: .pypi_chart/*.svg
path: .pypi_chart/${{ matrix.package }}_badge.svg

commit-badges:
needs: updating-badge-files
Expand Down

0 comments on commit 845131e

Please sign in to comment.