Skip to content

Commit 03bc12a

Browse files
authored
Merge pull request #1025 from AllenNeuralDynamics/release-v0.39.1
fix: updates broken github action
2 parents d208f0e + a0f926a commit 03bc12a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tag_and_publish_main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
password: ${{ secrets.AIND_PYPI_TOKEN }}
3939

4040
upload_schemas_prod:
41-
needs: publish
41+
needs: tag_and_publish
4242
runs-on: ubuntu-latest
4343
permissions:
4444
id-token: write
@@ -71,7 +71,7 @@ jobs:
7171
aws s3 sync $TEMP_DIR s3://${AWS_DATA_SCHEMA_BUCKET}/$S3_PREFIX
7272
7373
upload_diagrams:
74-
needs: publish
74+
needs: tag_and_publish
7575
runs-on: ubuntu-latest
7676
permissions:
7777
id-token: write

src/aind_data_schema/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" imports for AindModel subclasses
22
"""
33

4-
__version__ = "0.39.0"
4+
__version__ = "0.39.1"

0 commit comments

Comments
 (0)