Skip to content

Commit

Permalink
Fixes permission
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Sep 23, 2021
1 parent b833cd0 commit c0b599b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
name: gateway_mfr
path: ./gateway_mfr

- name: Move gateway_mfr in place
run: |
chmod +x gateway_mfr/gateway_mfr
- name: Move gateway_mfr in place
run: |
mv gateway_mfr/gateway_mfr hm_pyhelper/
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
name: gateway_mfr
path: ./gateway_mfr

- name: Move gateway_mfr in place
run: |
chmod +x gateway_mfr/gateway_mfr
- name: Move gateway_mfr in place
run: |
mv gateway_mfr/gateway_mfr hm_pyhelper/
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='hm_pyhelper',
version='0.6',
version='0.6.1',
author="Nebra Ltd",
author_email="support@nebra.com",
description="Helium Python Helper",
Expand Down

0 comments on commit c0b599b

Please sign in to comment.