Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaMarconato authored Mar 25, 2024
1 parent 34052fd commit d8ba58b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Release

on:
deploy:
# this will run when you have tagged a commit, starting with "v*"
# and requires that you have put your twine API key in your
release:
types: [published]

jobs:
release:
# requires that you have put your twine API key in your
# github secrets (see readme for details)
needs: [test]
runs-on: ubuntu-latest
if: contains(github.ref, 'tags')
steps:
Expand Down

0 comments on commit d8ba58b

Please sign in to comment.