Skip to content

Commit

Permalink
Cleanup repository structure
Browse files Browse the repository at this point in the history
  • Loading branch information
BentouDev committed Feb 11, 2024
1 parent 9818e82 commit 9bd77f9
Show file tree
Hide file tree
Showing 25 changed files with 15 additions and 1,010 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy_conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,18 @@ jobs:
new_version: ${{ steps.bump_ver.outputs.new_version }}
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install bumpver
- name: Setup author
run: |
git config --global user.email ${{ github.event.inputs.commit_user_email }}
git config --global user.name ${{ github.event.inputs.commit_user_name }}
- name: Bump version & commit
id: bump_ver
uses: bentoudev/bump-version@main
with:
version_upgrade: ${{ github.event.inputs.version_upgrade }}
commit_user_name: ${{ github.event.inputs.commit_user_name }}
commit_user_email: ${{ github.event.inputs.commit_user_email }}

deploy_conan:
name: 'Deploy'
Expand Down
34 changes: 0 additions & 34 deletions CMakeLists.txt

This file was deleted.

49 changes: 0 additions & 49 deletions CMakeSettings.json

This file was deleted.

Loading

0 comments on commit 9bd77f9

Please sign in to comment.