Skip to content

Commit

Permalink
ci:publish python package
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry authored Jul 31, 2024
1 parent e66184d commit 8af4a47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 🚩 Publish to PyPi.org

on:
release:
types: [published]
# Allow manual trigger (workflow_dispatch)
workflow_dispatch:

jobs:
publish_to_pypi:
uses: hotosm/gh-workflows/.github/workflows/[email protected]
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 8af4a47

Please sign in to comment.