Skip to content

Commit

Permalink
Merge pull request #24 from pyiron/update_release_yaml
Browse files Browse the repository at this point in the history
enable uploading to pypi at each release
  • Loading branch information
samwaseda authored Dec 11, 2024
2 parents 72f4166 + a101a45 commit 36a8a60
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@
# To actually release, change the `on` and `publish-to-pypi` fields
name: Preview Release

on:
pull_request:
# release:
# types: [ published ]
release:
types: [ published ]

jobs:
pyiron:
Expand All @@ -16,4 +14,4 @@ jobs:
with:
runner: 'ubuntu-22.04' # with ubuntu > 22.04, pip is broken
semantic-upper-bound: 'minor'
publish-to-pypi: false
publish-to-pypi: true

0 comments on commit 36a8a60

Please sign in to comment.