Skip to content

Commit 2cfa9b5

Browse files
committed
merge to main fixes
1 parent 86a6b97 commit 2cfa9b5

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/py-sdk-build-publish.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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__)")

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.2.1"
11+
version = "0.2.2"
1212
edition = "2021"
1313
license = "Apache-2.0"
1414
authors = ["Amit Saxena"]

0 commit comments

Comments
 (0)