Skip to content

Commit

Permalink
Adding back if condition to publish-to-pypi CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
nelimee committed Dec 10, 2024
1 parent 30794a3 commit 354e56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

publish-to-pypi:
name: Publish Python distribution to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs: build
runs-on: ubuntu-latest
environment:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tqecd"
version = "0.1.0"
version = "0.1.1"
authors = [
{ name = "TQEC community", email = "[email protected]" },
]
Expand Down

0 comments on commit 354e56b

Please sign in to comment.