Skip to content

Commit

Permalink
Pre-Release Alembic Issue (#956)
Browse files Browse the repository at this point in the history
* Updated manifest, release.yml & tests.yml to factor in covalent_migrations folder

* Updated changelog

* Added missing args in tests/release.yml

* Added __init__.py
  • Loading branch information
AlejandroEsquivel authored Aug 2, 2022
1 parent 8e13d3a commit 608a7df
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ jobs:
tar xzf covalent-${VERSION}.tar.gz
diff -x .gitignore -r covalent-${VERSION}/covalent ../covalent
diff -x .gitignore -r covalent-${VERSION}/covalent_dispatcher ../covalent_dispatcher
diff -x README.md -r covalent-${VERSION}/covalent_migrations ../covalent_migrations
diff -x .gitignore -x README.md -x webapp covalent-${VERSION}/covalent_ui ../covalent_ui
diff -r covalent-${VERSION}/covalent_ui/webapp/build ../covalent_ui/webapp/build
rm -rf covalent-${VERSION}/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
tar xzf covalent-${VERSION}.tar.gz
diff -x .gitignore -r covalent-${VERSION}/covalent ../covalent
diff -x .gitignore -r covalent-${VERSION}/covalent_dispatcher ../covalent_dispatcher
diff -x README.md -r covalent-${VERSION}/covalent_migrations ../covalent_migrations
diff -x .gitignore -x README.md -x webapp covalent-${VERSION}/covalent_ui ../covalent_ui
diff -r covalent-${VERSION}/covalent_ui/webapp/build ../covalent_ui/webapp/build
rm -rf covalent-${VERSION}/
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Fixed

- `script_location` key not found issue when installing with pip (second attempt)

### Docs

- Remove migration guide reference from README
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include VERSION
include requirements.txt
recursive-include covalent/executor/executor_plugins/ *
recursive-include covalent_dispatcher/_service/ *
recursive-include covalent_migrations/ *
recursive-exclude covalent_ui/webapp/ *
recursive-include covalent_ui/webapp/build/ *
recursive-exclude tests/ *
Empty file added covalent_migrations/__init__.py
Empty file.

0 comments on commit 608a7df

Please sign in to comment.