Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
guhur committed Feb 13, 2022
1 parent e287d92 commit c0c8619
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
---
name: Releases

on:
push:
tags: '*'
Expand All @@ -15,7 +12,7 @@ jobs:
- name: "Install python"
uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
python-version: "3.9"
- name: "Install dependencies"
run: |
python -VV
Expand Down

0 comments on commit c0c8619

Please sign in to comment.