Skip to content

Commit

Permalink
fix: Removing old python setup files and updating ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Dec 24, 2023
1 parent 87354cf commit efdad4e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 111 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
- uses: google-github-actions/release-please-action@v4
id: release
with:
release-type: python
Expand All @@ -31,9 +31,9 @@ jobs:
python-version: "3.10"
if: ${{ steps.release.outputs.release_created }}
- name: Set up poetry
uses: abatilo/actions-poetry@v2.2.0
uses: abatilo/actions-poetry@v2.3.0
with:
poetry-version: 1.3.2
poetry-version: 1.7.1
if: ${{ steps.release.outputs.release_created }}
- name: Publish
run: |
Expand Down
8 changes: 0 additions & 8 deletions requirements-dev.txt

This file was deleted.

7 changes: 0 additions & 7 deletions requirements.txt

This file was deleted.

93 changes: 0 additions & 93 deletions setup.py

This file was deleted.

0 comments on commit efdad4e

Please sign in to comment.