Skip to content

Commit b450e2d

Browse files
Alison WuAlison Wu
Alison Wu
authored and
Alison Wu
committed
Add build-wheel-release-upload.yml to workflow
1 parent e5999b7 commit b450e2d

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release (GitHub/PyPI)
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
tags:
7+
- '*'
8+
9+
jobs:
10+
release:
11+
permissions:
12+
contents: write
13+
uses: Billingegroup/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0
14+
with:
15+
project: diffpy.snmf
16+
secrets:
17+
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

news/build-wheel-release-workflow.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Added:**
2+
3+
* Use GitHub Actions to build, release, upload to PyPI
4+
5+
**Changed:**
6+
7+
* <news item>
8+
9+
**Deprecated:**
10+
11+
* <news item>
12+
13+
**Removed:**
14+
15+
* <news item>
16+
17+
**Fixed:**
18+
19+
* <news item>
20+
21+
**Security:**
22+
23+
* <news item>

0 commit comments

Comments
 (0)