Skip to content

Commit

Permalink
⬆️ Bump softprops/action-gh-release from 2.0.4 to 2.0.5 in the github…
Browse files Browse the repository at this point in the history
…-actions group (#141)

* ⬆️ Bump softprops/action-gh-release in the github-actions group

Bumps the github-actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release).


Updates `softprops/action-gh-release` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](softprops/action-gh-release@v2.0.4...v2.0.5)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>

* 👷 Remove cp35 from CI

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ddelange <[email protected]>
  • Loading branch information
dependabot[bot] and ddelange committed Jun 28, 2024
1 parent e191348 commit 8edccd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
python setup.py sdist bdist_wheel --universal
- name: Upload release assets
uses: softprops/[email protected].4
uses: softprops/[email protected].5
with:
files: dist/*

Expand Down

0 comments on commit 8edccd7

Please sign in to comment.