Skip to content

Commit fd0badb

Browse files
committed
Change versions of GitHub Actions for release.
And bump for a new release.
1 parent 8b1fc98 commit fd0badb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build a binary wheel and a source tarball
1919
run: python3 -m build
2020
- name: Store the distribution packages
21-
uses: actions/upload-artifact@v3
21+
uses: actions/upload-artifact@v4
2222
with:
2323
name: python-package-distributions
2424
path: dist/
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Download all the dists
42-
uses: actions/download-artifact@v4.1.7
42+
uses: actions/download-artifact@v4
4343
with:
4444
name: python-package-distributions
4545
path: dist/
@@ -62,7 +62,7 @@ jobs:
6262
id-token: write
6363
steps:
6464
- name: Download all the dists
65-
uses: actions/download-artifact@v4.1.7
65+
uses: actions/download-artifact@v4
6666
with:
6767
name: python-package-distributions
6868
path: dist/
@@ -82,12 +82,12 @@ jobs:
8282

8383
steps:
8484
- name: Download all the dists
85-
uses: actions/download-artifact@v4.1.7
85+
uses: actions/download-artifact@v4
8686
with:
8787
name: python-package-distributions
8888
path: dist/
8989
- name: Sign the dists with Sigstore
90-
uses: sigstore/gh-action-sigstore-python@v2.0.1
90+
uses: sigstore/gh-action-sigstore-python@v3.0.0
9191
with:
9292
inputs: >-
9393
./dist/*.tar.gz

clusttraj/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .main import main
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"
44

55
__all__ = [
66
"main",

0 commit comments

Comments
 (0)