Skip to content

Commit

Permalink
Update workflow action for publish on release and manual.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouder committed Sep 23, 2024
1 parent 39d1a84 commit 4aa7ef3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: "Release"

on:
push:
tags:
- 'v*'
workflow_dispatch: {}
release:
types: [published]

jobs:
release:
name: 'PyPi 🐍 Release 🐍 '
runs-on: ubuntu-latest
steps:
- name: 'Checkout Infrastructure'
- name: "Checkout Infrastructure"
uses: actions/checkout@main
- name: Set up Python
uses: actions/setup-python@v2
Expand Down
File renamed without changes.

0 comments on commit 4aa7ef3

Please sign in to comment.