Skip to content

Commit

Permalink
minor changes to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Sep 6, 2023
1 parent 6f6cc2d commit 3f33206
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build & Release

permissions:
contents: write

on:
push:
tags:
Expand Down Expand Up @@ -34,11 +37,13 @@ jobs:
release:
name: Release
needs: [build_wheels]
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Python Setup
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Download Artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3f33206

Please sign in to comment.