Skip to content

Commit

Permalink
Update Github actions config to allow manual workflow runs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dscripka authored Mar 5, 2023
1 parent 2bcf377 commit faf6e86
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_and_publish_to_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Publish Python distributions to PyPI

on: push
on:
push:
workflow_dispatch:

jobs:
build-n-publish:
Expand Down Expand Up @@ -28,4 +30,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit faf6e86

Please sign in to comment.