Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
* Updated to pySigma 0.9.x
* Added Plugin metadata
* Updated GitHub Actions
  • Loading branch information
thomaspatzke committed Feb 16, 2023
1 parent 8026e07 commit a22b65f
Show file tree
Hide file tree
Showing 5 changed files with 438 additions and 275 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: '3.10'
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: 1.2
poetry-version: '1.3'
- name: Verify versioning
run: |
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-20.04' ]
python-version: [ '3.8', '3.9', '3.10' ]
poetry-version: [ '1.2' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +22,7 @@ jobs:
- name: Install Poetry
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
poetry-version: '1.3'
- name: Install dependencies
run: poetry install
- name: Run tests
Expand Down
Loading

0 comments on commit a22b65f

Please sign in to comment.