Skip to content

Commit

Permalink
Add build-wheel-release-upload.yml to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Wu authored and Alison Wu committed Oct 9, 2024
1 parent e5999b7 commit 27cafdd
Show file tree
Hide file tree
Showing 2 changed files with 40 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: Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
with:
project: diffpy.snmf
secrets:
PYPI_TOKEN: $
23 changes: 23 additions & 0 deletions news/build-workflow.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* Use GitHub Actions to build, release, upload to PyPI

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit 27cafdd

Please sign in to comment.