Skip to content

Commit ac366ab

Browse files
authored
Merge branch 'main' into docs/update-rtd-build
2 parents f6e822d + d44d750 commit ac366ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ebextensions/01_download_data.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ commands:
66
03_eb_packages:
77
command: "/var/app/venv/staging-LQM1lest/bin/pip install uvloop websockets httptools typing-extensions boto3 botocore"
88
04_export_eb_env_var:
9-
command: "export $(cat /opt/elasticbeanstalk/deployment/env | xargs)"
9+
command: "source /opt/elasticbeanstalk/deployment/env"
1010

1111
container_commands:
1212
01_s3_download:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anyvlm"
3-
version="1.0.0-rc2"
3+
version="1.0.1"
44
authors = [
55
{ name="biocommons contributors", email="biocommons-dev@googlegroups.com" },
66
]

0 commit comments

Comments
 (0)