Skip to content

Commit

Permalink
Change gh release action and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcezar committed Sep 25, 2023
1 parent 3b44f3f commit 4e09d44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- build
runs-on: ubuntu-latest

if: startsWith(github.ref, 'refs/tags/') # only publish to TestPyPI on tag pushes
environment:
name: release
url: https://test.pypi.org/p/clusttraj
Expand Down Expand Up @@ -98,6 +99,6 @@ jobs:
# `dist/` contains the built packages, and the
# sigstore-produced signatures and certificates.
run: >-
gh release upload
gh release create
'${{ github.ref_name }}' dist/**
--repo '${{ github.repository }}'
2 changes: 1 addition & 1 deletion clusttraj/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .main import main

__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = [
"main",
Expand Down

0 comments on commit 4e09d44

Please sign in to comment.