Skip to content

Commit

Permalink
Publish manually
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed Oct 28, 2023
1 parent 4274bc7 commit a1ee331
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@

name: Publish Python distribution to PyPI

on:
workflow_dispatch:
release:
types:
- published

jobs:
build-n-publish:
build:
name: Publish Python distribution to PyPI
runs-on: ubuntu-latest
environment:
Expand Down Expand Up @@ -33,5 +36,5 @@ jobs:
--wheel
--outdir dist/
.
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit a1ee331

Please sign in to comment.