Skip to content

Commit

Permalink
Try marvinpinto/action-automatic-releases@v1.2.1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Mar 15, 2022
1 parent 679ec8f commit de99963
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,20 +106,15 @@ jobs:
publish_branch: master
publish_dir: diofant.github.io-master
- name: Publish on Github Releases
uses: softprops/action-gh-release@v1
uses: marvinpinto/action-automatic-releases@v1.2.1
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && matrix.coverage
env:
GITHUB_TOKEN: ${{ secrets.RELEASES_DEPLOY_KEY }}
with:
repo_token: ${{ secrets.RELEASES_DEPLOY_KEY }}
files: |
dist/*
build/sphinx/latex/Diofant-*.pdf
draft: true
prerelease: true
name: "Diofant ${{ steps.release.outputs.version }}"
body: "See [release notes](https://diofant.readthedocs.io/\
en/latest/release/notes-${{ steps.release.outputs.short_version }}.html)."
generate_release_notes: false
title: "Diofant ${{ steps.release.outputs.version }}"
- name: Publish package on PyPI
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && matrix.coverage
uses: pypa/gh-action-pypi-publish@v1.4.2
Expand Down

0 comments on commit de99963

Please sign in to comment.