We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d208f0e + a0f926a commit 03bc12aCopy full SHA for 03bc12a
.github/workflows/tag_and_publish_main.yml
@@ -38,7 +38,7 @@ jobs:
38
password: ${{ secrets.AIND_PYPI_TOKEN }}
39
40
upload_schemas_prod:
41
- needs: publish
+ needs: tag_and_publish
42
runs-on: ubuntu-latest
43
permissions:
44
id-token: write
@@ -71,7 +71,7 @@ jobs:
71
aws s3 sync $TEMP_DIR s3://${AWS_DATA_SCHEMA_BUCKET}/$S3_PREFIX
72
73
upload_diagrams:
74
75
76
77
src/aind_data_schema/__init__.py
@@ -1,4 +1,4 @@
1
""" imports for AindModel subclasses
2
"""
3
4
-__version__ = "0.39.0"
+__version__ = "0.39.1"
0 commit comments