File tree 2 files changed +4
-29
lines changed
2 files changed +4
-29
lines changed Original file line number Diff line number Diff line change 4
4
# Triggers the workflow when a release is created or edited.
5
5
release :
6
6
types : [created]
7
- workflow_dispatch :
8
7
9
8
jobs :
10
9
build :
@@ -27,42 +26,18 @@ jobs:
27
26
name : python-package-distributions
28
27
path : dist/
29
28
30
- publish-to-testpypi :
31
- name : Publish to TestPyPI
32
- needs :
33
- - build
34
- runs-on : ubuntu-latest
35
-
36
- environment :
37
- name : testpypi
38
- url : https://test.pypi.org/p/flowjax
39
-
40
- permissions :
41
- id-token : write # IMPORTANT: mandatory for trusted publishing
42
-
43
- steps :
44
- - name : Download all the dists
45
- uses : actions/download-artifact@v4
46
- with :
47
- name : python-package-distributions
48
- path : dist/
49
- - name : Publish distribution 📦 to TestPyPI
50
- uses : pypa/gh-action-pypi-publish@release/v1
51
- with :
52
- repository-url : https://test.pypi.org/legacy/
53
-
54
29
publish-to-pypi :
55
- name : Publish Python distribution to PyPI
30
+ name : Publish to PyPI
56
31
needs :
57
- - publish-to-testpypi
32
+ - build
58
33
runs-on : ubuntu-latest
59
34
60
35
environment :
61
36
name : pypi
62
37
url : https://pypi.org/p/flowjax
63
38
64
39
permissions :
65
- id-token : write # IMPORTANT: mandatory for trusted publishing
40
+ id-token : write # Mandatory for trusted publishing
66
41
67
42
steps :
68
43
- name : Download all the dists
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ license = { file = "LICENSE" }
23
23
name = " flowjax"
24
24
readme = " README.md"
25
25
requires-python = " >=3.10"
26
- version = " 17.0.1 "
26
+ version = " 17.0.2 "
27
27
28
28
[project .urls ]
29
29
repository = " https://github.com/danielward27/flowjax"
You can’t perform that action at this time.
0 commit comments