Skip to content

Commit

Permalink
ci: Automate pypi publish (#53)
Browse files Browse the repository at this point in the history
* ci: Automate pypi publish on new release

* fix: Remove comment

* fix: title of action

* fix: title of action
  • Loading branch information
asafgardin authored Nov 22, 2023
1 parent 550644d commit 7c04fda
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries

name: Upload Python Package
name: Publish to PYPI

# remove once repo is ready to be published
on: workflow_dispatch
#on:
# release:
# types: [published]
on:
release:
types: [published]

permissions:
contents: read
Expand Down

0 comments on commit 7c04fda

Please sign in to comment.