Skip to content

Commit

Permalink
Merge pull request #56 from oscal-compass/develop
Browse files Browse the repository at this point in the history
chore: fedramp release
  • Loading branch information
jpower432 authored Sep 16, 2024
2 parents 1186c6a + ba4e976 commit 23debac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install dependencies
run: npm install @commitlint/cli @commitlint/config-conventional
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/python-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@ jobs:
submodules: true
fetch-depth: 0
token: ${{ secrets.ADMIN_PAT }}
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Install build tools
run: |
make develop
# This action uses Python Semantic Release v8
- name: Python Semantic Release
id: release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Don't mess with line endings
run: |
git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ testpaths = [
]

[tool.semantic_release]
build_command = "python setup.py sdist bdist_wheel"
build_command = """
python -m pip install -e .[dev] --upgrade --upgrade-strategy eager --
python setup.py sdist bdist_wheel
"""
version_variables = ["trestle_fedramp/__init__.py:__version__"]
commit_author = "semantic-release <semantic-release>"
major_on_zero = false
Expand Down

0 comments on commit 23debac

Please sign in to comment.