Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
markfinn committed Jan 15, 2024
1 parent 80e9279 commit 6de84bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
. venv/bin/activate
pip install -r requirements.txt
pip install -r build_requirements.txt
python pyinstaller -F guimain.py -n make_metric_gcode
pyinstaller -F guimain.py -n make_metric_gcode
- name: Create a Release
uses: softprops/action-gh-release@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python guimain.py
. venv/bin/activate
pip install -r requirements.txt
pip install -r build_requirements.txt
python pyinstaller -F guimain.py -n make_metric_gcode
pyinstaller -F guimain.py -n make_metric_gcode
```


Expand Down

0 comments on commit 6de84bd

Please sign in to comment.