Skip to content

Commit

Permalink
Debug release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed May 9, 2024
1 parent fc6fffe commit 926d074
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,6 @@ jobs:
env:
CIBW_BUILD: "${{ matrix.python }}-*"

# - name: Upload
# shell: pwsh
# run: |
# foreach ($file in (Get-ChildItem dist/*)) {
# gh release upload "${{ github.ref_name }}" "$($file.FullName)"
# }

- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
Expand All @@ -197,8 +190,9 @@ jobs:
runs-on: ubuntu-latest
needs: [source_dists, prep]
steps:
# - name: Checkout
# uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -229,9 +223,6 @@ jobs:
permissions:
id-token: write # pypi trusted publishing
steps:
# - name: Checkout
# uses: actions/checkout@v4

- run: mkdir dist

- name: Download Artifacts
Expand Down

0 comments on commit 926d074

Please sign in to comment.