Skip to content

Commit

Permalink
Merge pull request #1025 from AllenNeuralDynamics/release-v0.39.1
Browse files Browse the repository at this point in the history
fix: updates broken github action
  • Loading branch information
jtyoung84 committed Aug 20, 2024
2 parents d208f0e + a0f926a commit 03bc12a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag_and_publish_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.AIND_PYPI_TOKEN }}

upload_schemas_prod:
needs: publish
needs: tag_and_publish
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
aws s3 sync $TEMP_DIR s3://${AWS_DATA_SCHEMA_BUCKET}/$S3_PREFIX
upload_diagrams:
needs: publish
needs: tag_and_publish
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion src/aind_data_schema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" imports for AindModel subclasses
"""

__version__ = "0.39.0"
__version__ = "0.39.1"

0 comments on commit 03bc12a

Please sign in to comment.