Skip to content

Commit

Permalink
Merge pull request #103 from neuroforgede/wip/django-502
Browse files Browse the repository at this point in the history
Wip/django 502
  • Loading branch information
s4ke committed Feb 26, 2024
2 parents 69f3417 + af2a615 commit deb659e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ jobs:
python3 -m venv venv
source venv/bin/activate
(bash install_dev_dependencies.sh && python3 setup.py sdist) || exit 1
mv dist/compose_client-2.2.0*.tar.gz dist/compose_client-$RELEASE_VERSION.tar.gz
# copy into separate file to prevent issues where the source and target are the same
mv dist/compose_client-2.2.0*.tar.gz dist/release.tar.gz
mv dist/release.tar.gz dist/compose_client-$RELEASE_VERSION.tar.gz
- name: "zip deploy/local folder"
run: |
Expand Down

0 comments on commit deb659e

Please sign in to comment.