Skip to content

Commit

Permalink
unifications of CI buils for Pypi and conda
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed Oct 25, 2024
1 parent 2a56f55 commit 64069cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/httomo_pypi_publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Upload HTTomo Package to PyPI when Release is Created
name: Upload HTTomo Package to PyPI when `v` is pushed to any branch

# Run the workflow whenever a tag beginning with `v` is pushed to any branch
on:
release:
types: [created]
push:
tags:
- v*

jobs:
pypi-publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/httomo_version_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.ref_name }}

# setup Python 3.10
# setup Python 3.11
- name: Setup Python 3.11
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 64069cb

Please sign in to comment.