Skip to content

Commit

Permalink
Update release github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olzhasar committed Jun 11, 2023
1 parent d07c9d1 commit 7c4a3e2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
test:
uses: ./.github/workflows/test.yml
build:
pypi:
needs: test
runs-on: ubuntu-latest
steps:
Expand All @@ -15,11 +15,10 @@ jobs:
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
tagged-release:
github-release:
needs: test
runs-on: ubuntu-latest
steps:
- uses: marvinpinto/[email protected]
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
- uses: docker://antonyurchenko/git-release:v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7c4a3e2

Please sign in to comment.