Skip to content

Commit

Permalink
Add build wheel release uplaod.yml under bobleesj v0
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Oct 9, 2024
1 parent dedb5d5 commit fa3fd53
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-wheel-release-upload.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Release (GitHub/PyPI)

on:
workflow_dispatch:
push:
tags:
- '*'

jobs:
release:
permissions:
contents: write
uses: bobleesj/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
with:
project: cifkit
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit fa3fd53

Please sign in to comment.