Skip to content

Commit

Permalink
Simplified release workflow
Browse files Browse the repository at this point in the history
- The script does not have any external dependencies, so there is no
  need to use `pip` for the installation.

- Fixed issue with script name.
  • Loading branch information
Pseudomanifold committed Jun 5, 2024
1 parent c3b720e commit ced007b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create_manifolds_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
with:
python-version: '3.10.11'
cache: 'pip'
- run: pip install -r requirements.txt

- name: Run conversion script
run: |
sh script/convert_manifold.sh
sh scripts/convert_manifold.sh
- name: Create release
uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit ced007b

Please sign in to comment.