Skip to content

Commit

Permalink
.github/workflows/dist.yml: TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Aug 16, 2024
2 parents 226a916 + 3b786f3 commit 8ae7293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:

needs: [release_dist, sdists_for_pypi]
runs-on: ubuntu-latest
if: (success() || failure()) && github.repository == 'sagemath/sage' && startsWith(github.ref, 'refs/tags/') && !contains(github.ref, 'beta') && !contains(github.ref, 'rc')
if: (success() || failure()) && github.repository == 'mkoeppe/sage' && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -121,6 +121,7 @@ jobs:
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
prerelease: ${{ contains(github.ref, 'beta') || contains(github.ref, 'rc') }}
files: |
dist/*
upstream/*
Expand Down

0 comments on commit 8ae7293

Please sign in to comment.