Skip to content

Commit

Permalink
Expand dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
PSU3D0 committed Apr 5, 2024
1 parent 72b83ad commit 18ac517
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 761 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: dev workflow
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, main ]
branches: [ main ]
pull_request:
branches: [ master, main ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -20,7 +20,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
python: ['3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10', '3.11']
runs-on: ubuntu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: stage & preview workflow
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master, main ]
branches: [ main ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- name: Get Changelog Entry
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
with:
validation_depth: 10
version: ${{ steps.tag_name.outputs.current_version }}
path: ./CHANGELOG.md

- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-versions }}
Expand All @@ -65,7 +56,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
body: ${{ steps.changelog_reader.outputs.changes }}
files: dist/*.whl
draft: false
prerelease: false
Expand Down
Loading

0 comments on commit 18ac517

Please sign in to comment.