Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 14, 2022
1 parent f24d052 commit 96c7397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-pypi.yml
Expand Up @@ -121,6 +121,7 @@ jobs:
needs: build-packages
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: dist-packages-${{ github.sha }}
Expand Down Expand Up @@ -151,6 +152,7 @@ jobs:
needs: [build-packages, waiting]
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: dist-packages-${{ github.sha }}
Expand Down

0 comments on commit 96c7397

Please sign in to comment.