Skip to content

Commit 4685a6c

Browse files
committed
Bump to 1.15.5, switch back to release only on tag
1 parent 0bc9824 commit 4685a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
publish_to_pypi:
102102
name: Publish wheels to PyPi
103103
# if branch main repo "infinigen"
104-
if: github.repository == 'princeton-vl/infinigen' && github.event_name == 'push'
104+
if: github.repository == 'princeton-vl/infinigen' && startsWith(github.event.ref, 'refs/tags')
105105
needs: [build_sdist_purepy, build_wheels]
106106
runs-on: ubuntu-latest
107107
steps:

infinigen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import logging
77
from pathlib import Path
88

9-
__version__ = "1.15.4"
9+
__version__ = "1.15.5"
1010

1111

1212
def repo_root():

0 commit comments

Comments
 (0)