Skip to content

Commit

Permalink
ci: Fix release worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 committed Mar 31, 2023
1 parent 4528133 commit 1141bb9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ on:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # Push events to matching v*, i.e. v1.0, v20.15.10
jobs:

pypi:
name: Publish version to Pypi servers
runs-on: ubuntu-latest
needs: [release]
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v2

- name: Install dependencies
run: |
Expand Down

0 comments on commit 1141bb9

Please sign in to comment.