Skip to content

Commit

Permalink
let's try that release again
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Mar 12, 2024
1 parent f92329c commit e5ece29
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Publish to PyPI
name: Publish release

# .github/workflows/publish-release.yml
on:
release:
types: [published]
push:
tags:
- "*"

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -11,6 +13,18 @@ permissions:
contents: read

jobs:

publish:
name: Publish Github release
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Publish release
uses: ghalactic/github-release-from-tag@v5

deploy:

runs-on: ubuntu-latest
Expand Down

0 comments on commit e5ece29

Please sign in to comment.