Skip to content

Commit

Permalink
[CI/CD] better workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
tngTUDOR committed Mar 18, 2024
1 parent 767bc09 commit 1e66315
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-deploy-bw25.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Inspired from:
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
name: Publish Python 🐍 distributions πŸ“¦ to PyPI
name: Build and publish bw25ui Python 🐍 distributions πŸ“¦ to PyPI

on:
push:
Expand Down Expand Up @@ -48,5 +48,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
4 changes: 2 additions & 2 deletions .github/workflows/python-package-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Inspired from:
# https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
name: Publish Python 🐍 distributions πŸ“¦ to PyPI and TestPyPI
name: Build and publish bw2ui Python 🐍 distributions πŸ“¦ to PyPI

on:
push:
Expand Down Expand Up @@ -45,5 +45,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
2 changes: 1 addition & 1 deletion bw2ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Add functions and variables you want exposed in `bw2ui.` namespace here
)

__version__ = "0.35.0.dev1"
__version__ = "0.35.0.dev2"

0 comments on commit 1e66315

Please sign in to comment.