Skip to content

Commit

Permalink
upgrade template basis
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Aug 22, 2024
1 parent 07f975f commit 6dd1216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-deploy-bw25.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Build and publish bw25ui Python 🐍 distributions πŸ“¦ to PyPI
on:
push:
branches: [main, develop]
tags: '*'
paths-ignore:
# Don't re-build if we only change README.md Or CHANGES.md
- '**.md'
Expand Down Expand Up @@ -48,5 +49,5 @@ jobs:
#repository-url: https://test.pypi.org/legacy/
#skip-existing: true
- name: Publish distribution πŸ“¦ to PyPI
#if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
3 changes: 2 additions & 1 deletion .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Build and publish bw2ui Python 🐍 distributions πŸ“¦ to PyPI
on:
push:
branches: [main, develop]
tags: '*'
paths-ignore:
# Don't re-build if we only change README.md Or CHANGES.md
- '**.md'
Expand Down Expand Up @@ -45,5 +46,5 @@ jobs:
#repository-url: https://test.pypi.org/legacy/
#skip-existing: true
- name: Publish distribution πŸ“¦ to PyPI
#if: startsWith(github.ref, 'refs/tags')
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 6dd1216

Please sign in to comment.