File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,8 +119,6 @@ jobs:
119119
120120 publish_test :
121121 name : Publish to Test PyPI
122- if : false
123- # if: github.event_name == 'workflow_dispatch'
124122 needs : [build_wheels, build_sdist]
125123 runs-on : ubuntu-latest
126124 # environment: pypi
@@ -162,8 +160,7 @@ jobs:
162160
163161 publish :
164162 name : Publish to PyPI
165- # if: startsWith(github.ref, 'refs/tags/v')
166- if : github.event_name == 'workflow_dispatch'
163+ if : startsWith(github.ref, 'refs/tags/v')
167164 needs : [build_wheels, build_sdist]
168165 runs-on : ubuntu-latest
169166
@@ -198,7 +195,6 @@ jobs:
198195 pip install dist/*linux*.whl
199196
200197 - name : Verify tag matches version
201- if : false # First run test
202198 run : |
203199 TAG=${GITHUB_REF#refs/tags/v}
204200 VERSION=$(python -c "import actra; print(actra.__version__)")
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ members = [
88resolver = " 2"
99
1010[workspace .package ]
11- version = " 0.2.1 "
11+ version = " 0.2.2 "
1212edition = " 2021"
1313license = " Apache-2.0"
1414authors = [" Amit Saxena" ]
You can’t perform that action at this time.
0 commit comments